Searched refs:getNameForDiagnostic (Results 1 - 6 of 6) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp53 Decl->getNameForDiagnostic(NameWithTemplateArgs,
/external/clang/lib/AST/
H A DASTDiagnostic.cpp317 ND->getNameForDiagnostic(S, Context.getPrintingPolicy(), Qualified);
352 ND->getNameForDiagnostic(S, Context.getPrintingPolicy(), true);
H A DDeclTemplate.cpp744 ClassTemplateSpecializationDecl::getNameForDiagnostic(std::string &S, function in class:ClassTemplateSpecializationDecl
747 NamedDecl::getNameForDiagnostic(S, Policy, Qualified);
H A DDecl.cpp1621 void FunctionDecl::getNameForDiagnostic(std::string &S, function in class:FunctionDecl
1624 NamedDecl::getNameForDiagnostic(S, Policy, Qualified);
/external/clang/include/clang/AST/
H A DDecl.h162 /// getNameForDiagnostic - Appends a human-readable name for this
171 virtual void getNameForDiagnostic(std::string &S, function in class:clang::NamedDecl
1617 virtual void getNameForDiagnostic(std::string &S,
H A DDeclTemplate.h1416 virtual void getNameForDiagnostic(std::string &S,

Completed in 242 milliseconds