HomeSort by relevance Sort by last modified time
    Searched refs:getNameForDiagnostic (Results 1 - 6 of 6) sorted by null

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 54 Decl->getNameForDiagnostic(OS,
  /external/clang/lib/AST/
DeclTemplate.cpp 746 void ClassTemplateSpecializationDecl::getNameForDiagnostic(
748 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
    [all...]
Decl.cpp     [all...]
ASTDiagnostic.cpp 317 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified);
352 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true);
    [all...]
  /external/clang/include/clang/AST/
Decl.h 167 /// getNameForDiagnostic - Appends a human-readable name for this
174 virtual void getNameForDiagnostic(raw_ostream &OS,
    [all...]
DeclTemplate.h     [all...]

Completed in 505 milliseconds