Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp219 OS << D->getDeclKindName() << "Decl"; in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp101 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit()
302 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef()
314 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
H A DTextNodeDumper.cpp250 OS << D->getDeclKindName() << "Decl"; in Visit()
648 OS << D->getDeclKindName(); in dumpBareDeclRef()
1013 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
H A DDeclBase.cpp123 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
155 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
H A DASTImporter.cpp1639 << D->getDeclKindName(); in ImportDeclParts()
2238 << D->getDeclKindName(); in VisitDecl()
2244 << D->getDeclKindName(); in VisitImportDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h434 const char *getDeclKindName() const;
1857 const char *getDeclKindName() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp92 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp51 D->getDeclKindName() + "'"); in Emit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3711 << D->getDeclKindName(); in VisitFriendTemplateDecl()