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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 281 ND->getNameForDiagnostic(S, Context.getPrintingPolicy(), Qualified);
316 ND->getNameForDiagnostic(S, Context.getPrintingPolicy(), true);
DeclTemplate.cpp 690 ClassTemplateSpecializationDecl::getNameForDiagnostic(std::string &S,
693 NamedDecl::getNameForDiagnostic(S, Policy, Qualified);
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 165 /// getNameForDiagnostic - Appends a human-readable name for this
174 virtual void getNameForDiagnostic(std::string &S,
    [all...]
DeclTemplate.h     [all...]

Completed in 31 milliseconds