Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h372 const char *getDeclKindName() const;
1015 const char *getDeclKindName() const;
/external/clang/lib/AST/
DDumpXML.cpp298 push(D->getDeclKindName()); in visitDeclRef()
383 push(D->getDeclKindName()); in dispatch()
DDeclBase.cpp72 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
91 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
DASTDumper.cpp452 OS << D->getDeclKindName(); in dumpBareDeclRef()
717 OS << D->getDeclKindName() << "Decl"; in dumpDecl()
1570 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
DASTImporter.cpp2231 << D->getDeclKindName(); in VisitDecl()
/external/clang/lib/Frontend/
DFrontendAction.cpp80 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1885 D->getDeclKindName() + "'"); in WriteDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2369 << D->getDeclKindName(); in VisitFriendTemplateDecl()