Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h389 const char *getDeclKindName() const;
1211 const char *getDeclKindName() const;
/external/clang/lib/Frontend/
DFrontendAction.cpp88 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/external/clang/lib/AST/
DDeclBase.cpp103 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
123 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
DASTDumper.cpp725 OS << D->getDeclKindName(); in dumpBareDeclRef()
1020 OS << D->getDeclKindName() << "Decl"; in dumpDecl()
1954 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
DASTImporter.cpp2419 << D->getDeclKindName(); in VisitDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp51 D->getDeclKindName() + "'"); in Emit()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2884 << D->getDeclKindName(); in VisitFriendTemplateDecl()