Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h440 << D->getDeclKindName(); in VisitDecl()
/external/clang/include/clang/AST/
DDeclBase.h361 const char *getDeclKindName() const;
988 const char *getDeclKindName() const;
/external/clang/lib/AST/
DDumpXML.cpp298 push(D->getDeclKindName()); in visitDeclRef()
383 push(D->getDeclKindName()); in dispatch()
DASTDumper.cpp446 OS << D->getDeclKindName(); in dumpBareDeclRef()
660 OS << D->getDeclKindName() << "Decl"; in dumpDecl()
1496 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
DDeclBase.cpp71 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
90 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
DASTImporter.cpp2180 << D->getDeclKindName(); in VisitDecl()
/external/clang/lib/Frontend/
DFrontendAction.cpp80 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1772 D->getDeclKindName() + "'"); in WriteDecl()