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

  /external/clang/include/clang/Sema/
Template.h 440 << D->getDeclKindName();
  /external/clang/lib/Frontend/
FrontendAction.cpp 80 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
  /external/clang/include/clang/AST/
DeclBase.h 361 const char *getDeclKindName() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 71 const char *Decl::getDeclKindName() const {
90 const char *DeclContext::getDeclKindName() const {
    [all...]
DumpXML.cpp 298 push(D->getDeclKindName());
383 push(D->getDeclKindName());
ASTDumper.cpp 446 OS << D->getDeclKindName();
660 OS << D->getDeclKindName() << "Decl";
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]

Completed in 160 milliseconds