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

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestDeclVisitor.cpp 69 Decl->getNameForDiagnostic(OS,
  /external/clang/lib/AST/
DeclTemplate.cpp 761 void ClassTemplateSpecializationDecl::getNameForDiagnostic(
763 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
    [all...]
Decl.cpp     [all...]
ASTDiagnostic.cpp 331 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), Qualified);
370 ND->getNameForDiagnostic(OS, Context.getPrintingPolicy(), true);
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
Decl.h 208 /// getNameForDiagnostic - Appends a human-readable name for this
215 virtual void getNameForDiagnostic(raw_ostream &OS,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 241 RD->getNameForDiagnostic(OS, CGM.getContext().getPrintingPolicy(),
    [all...]

Completed in 273 milliseconds