| /src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 95 decl->getDeclKindName(), named_decl->getNameAsString(), in CopyDecl() 101 decl->getDeclKindName(), user_id); in CopyDecl() 181 decl->getDeclKindName(), decl, escaped_child->getDeclKindName(), in Override() 339 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl() 357 decl->getDeclKindName(), decl, result->getDeclKindName(), result); in DeportDecl() 1172 from->getDeclKindName(), static_cast<void *>(to), name_string, in ImportDefinitionTo() 1302 from->getDeclKindName(), to, name_string, from, user_id); in Imported() 1307 from->getDeclKindName(), to, from, user_id); in Imported() 1401 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
|
| H A D | ClangASTSource.cpp | 392 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 399 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 456 context_named_decl->getDeclKindName(), in FindExternalLexicalDecls() 457 context_named_decl->getName(), decl->getDeclKindName(), in FindExternalLexicalDecls() 461 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls() 525 context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
| H A D | CxxModuleHandler.cpp | 111 m_context->getDeclKindName(), m_error); in log()
|
| H A D | ClangExpressionDeclMap.cpp | 687 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 119 Name.getAsString(), DC->getDeclKindName()) in remove()
|
| H A D | JSONNodeDumper.cpp | 120 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit() 372 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef() 384 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
|
| H A D | TextNodeDumper.cpp | 274 OS << D->getDeclKindName() << "Decl"; in Visit() 838 OS << D->getDeclKindName(); in dumpBareDeclRef() 1414 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
|
| H A D | DeclBase.cpp | 145 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl 186 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
|
| H A D | ASTImporter.cpp | 1900 << D->getDeclKindName(); in ImportDeclParts() 2449 << D->getDeclKindName(); in VisitDecl() 2455 << D->getDeclKindName(); in VisitImportDecl()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 220 OS << D->getDeclKindName() << "Decl"; in dump()
|
| /src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 43 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 449 const char *getDeclKindName() const; 2086 const char *getDeclKindName() const;
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 106 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 880 OS << D->getDeclKindName() << "Decl "; in dumpNode()
|
| /src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1473 param->getDeclKindName()); in TemplateParameterAllowsValue() 2386 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy() 2389 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy() 2401 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy() 2408 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy() 2411 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 55 D->getDeclKindName() + "'"); in Emit()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4067 << D->getDeclKindName(); in VisitFriendTemplateDecl()
|