| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 94 decl->getDeclKindName(), named_decl->getNameAsString(), in CopyDecl() 100 decl->getDeclKindName(), user_id); in CopyDecl() 180 decl->getDeclKindName(), decl, escaped_child->getDeclKindName(), in Override() 338 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl() 356 decl->getDeclKindName(), decl, result->getDeclKindName(), result); in DeportDecl() 1197 from->getDeclKindName(), static_cast<void *>(to), in ImportDefinitionTo() 1325 from->getDeclKindName(), to, name_string, from, user_id); in Imported() 1330 from->getDeclKindName(), to, from, user_id); in Imported() 1424 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
|
| H A D | ClangASTSource.cpp | 393 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 400 context_decl->getDeclKindName(), in FindExternalLexicalDecls() 457 context_named_decl->getDeclKindName(), in FindExternalLexicalDecls() 458 context_named_decl->getName(), decl->getDeclKindName(), in FindExternalLexicalDecls() 462 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls() 526 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 | 688 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 120 Name.getAsString(), ND->getDeclKindName(), DC->getDeclKindName()) in remove()
|
| H A D | TextNodeDumper.cpp | 275 OS << D->getDeclKindName() << "Decl"; in Visit() 753 OS << VDB->getDeclKindName() << "Decl"; in Visit() 939 OS << D->getDeclKindName(); in dumpBareDeclRef() 1567 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
|
| H A D | JSONNodeDumper.cpp | 119 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit() 371 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef() 383 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
|
| H A D | DeclBase.cpp | 151 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl 192 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
|
| H A D | StmtPrinter.cpp | 1347 OS << "unhandled-anonymous-" << VD->getDeclKindName(); in VisitDeclRefExpr()
|
| H A D | ASTImporter.cpp | 2168 << D->getDeclKindName(); in ImportDeclParts() 2718 << D->getDeclKindName(); in VisitDecl() 2724 << D->getDeclKindName(); in VisitImportDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugSuppression.cpp | 129 DeclWithIssue->getDeclKindName()) in timeScopeName()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 220 OS << D->getDeclKindName() << "Decl"; in dump()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCDeclVendor.cpp | 44 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 640 d.getDeclKindName()); in emitDecl()
|
| H A D | CIRGenModule.cpp | 1090 errorNYI(dd->getBeginLoc(), "common linkage", dd->getDeclKindName()); in getCIRLinkageForDeclarator() 1235 decl->getDeclKindName()); in emitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 446 const char *getDeclKindName() const; 2110 const char *getDeclKindName() const;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 240 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 882 OS << D->getDeclKindName() << "Decl "; in dumpNode()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1487 param->getDeclKindName()); in TemplateParameterAllowsValue() 2408 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy() 2411 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy() 2426 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy() 2433 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy() 2436 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 67 D->getDeclKindName() + "'"); in Emit()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4614 << D->getDeclKindName(); in VisitFriendTemplateDecl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9761 {"_ZNK5clang4Decl15getDeclKindNameEv", "clang::Decl::getDeclKindName() const"}, 9763 {"_ZNK5clang11DeclContext15getDeclKindNameEv", "clang::DeclContext::getDeclKindName() const"},
|