Home
last modified time | relevance | path

Searched refs:getDeclKindName (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h383 const char *getDeclKindName() const;
1192 const char *getDeclKindName() const;
/external/clang/lib/Frontend/
DFrontendAction.cpp88 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/external/clang/lib/AST/
DDeclBase.cpp102 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
122 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
DASTDumper.cpp692 OS << D->getDeclKindName(); in dumpBareDeclRef()
989 OS << D->getDeclKindName() << "Decl"; in dumpDecl()
1807 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
DASTImporter.cpp2298 << D->getDeclKindName(); in VisitDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp2168 D->getDeclKindName() + "'"); in WriteDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2725 << D->getDeclKindName(); in VisitFriendTemplateDecl()