Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp92 decl->getDeclKindName(), named_decl->getNameAsString(), in CopyDecl()
98 decl->getDeclKindName(), user_id); in CopyDecl()
178 decl->getDeclKindName(), decl, escaped_child->getDeclKindName(), in Override()
336 decl->getDeclKindName(), decl, src_ctx, dst_ctx); in DeportDecl()
354 decl->getDeclKindName(), decl, result->getDeclKindName(), result); in DeportDecl()
929 from->getDeclKindName(), static_cast<void *>(to), name_string, in ImportDefinitionTo()
1058 from->getDeclKindName(), to, name_string, from, user_id); in Imported()
1063 from->getDeclKindName(), to, from, user_id); in Imported()
1157 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
H A DClangASTSource.cpp393 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 DCxxModuleHandler.cpp111 m_context->getDeclKindName(), m_error); in log()
H A DClangExpressionDeclMap.cpp688 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp119 Name.getAsString(), DC->getDeclKindName()) in remove()
H A DJSONNodeDumper.cpp105 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit()
339 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef()
351 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
H A DTextNodeDumper.cpp252 OS << D->getDeclKindName() << "Decl"; in Visit()
724 OS << D->getDeclKindName(); in dumpBareDeclRef()
1191 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
H A DDeclBase.cpp123 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
164 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
H A DASTImporter.cpp1852 << D->getDeclKindName(); in ImportDeclParts()
2401 << D->getDeclKindName(); in VisitDecl()
2407 << D->getDeclKindName(); in VisitImportDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp220 OS << D->getDeclKindName() << "Decl"; in dump()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp43 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h448 const char *getDeclKindName() const;
2073 const char *getDeclKindName() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp106 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1525 param->getDeclKindName()); in TemplateParameterAllowsValue()
2434 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy()
2437 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy()
2449 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2456 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2459 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp880 OS << D->getDeclKindName() << "Decl "; in dumpNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp52 D->getDeclKindName() + "'"); in Emit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4030 << D->getDeclKindName(); in VisitFriendTemplateDecl()