| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 92 decl->getDeclKindName(), named_decl->getNameAsString(), in CopyDecl() 98 decl->getDeclKindName(), user_id); in CopyDecl() 178 decl->getDeclKindName(), decl, escaped_child->getDeclKindName(), in Override() 335 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl() 353 decl->getDeclKindName(), decl, result->getDeclKindName(), result); in DeportDecl() 961 from->getDeclKindName(), static_cast<void *>(to), name_string, in ImportDefinitionTo() 1093 from->getDeclKindName(), to, name_string, from, user_id); in Imported() 1098 from->getDeclKindName(), to, from, user_id); in Imported() 1198 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
|
| H A D | ClangASTSource.cpp | 410 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 417 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 474 context_named_decl->getDeclKindName(), in FindExternalLexicalDecls() 475 context_named_decl->getName(), decl->getDeclKindName(), in FindExternalLexicalDecls() 479 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls() 536 context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
| H A D | CxxModuleHandler.cpp | 109 m_context->getDeclKindName(), m_error); in log()
|
| H A D | ClangExpressionDeclMap.cpp | 669 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 219 OS << D->getDeclKindName() << "Decl"; in dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 42 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 103 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit() 333 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef() 345 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
|
| H A D | TextNodeDumper.cpp | 251 OS << D->getDeclKindName() << "Decl"; in Visit() 689 OS << D->getDeclKindName(); in dumpBareDeclRef() 1054 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
|
| H A D | DeclBase.cpp | 123 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl 155 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
|
| H A D | ASTImporter.cpp | 1657 << D->getDeclKindName(); in ImportDeclParts() 2256 << D->getDeclKindName(); in VisitDecl() 2262 << D->getDeclKindName(); in VisitImportDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 434 const char *getDeclKindName() const; 1857 const char *getDeclKindName() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 92 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1493 param->getDeclKindName()); in TemplateParameterAllowsValue() 2391 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy() 2394 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy() 2406 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy() 2413 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy() 2416 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 51 D->getDeclKindName() + "'"); in Emit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3835 << D->getDeclKindName(); in VisitFriendTemplateDecl()
|