Home
last modified time | relevance | path

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

/freebsd-13.1/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()
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 DClangASTSource.cpp410 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 DCxxModuleHandler.cpp109 m_context->getDeclKindName(), m_error); in log()
H A DClangExpressionDeclMap.cpp669 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp219 OS << D->getDeclKindName() << "Decl"; in dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp42 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp103 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 DTextNodeDumper.cpp251 OS << D->getDeclKindName() << "Decl"; in Visit()
689 OS << D->getDeclKindName(); in dumpBareDeclRef()
1054 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.cpp1657 << 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 DDeclBase.h434 const char *getDeclKindName() const;
1857 const char *getDeclKindName() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp92 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1493 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 DASTWriterDecl.cpp51 D->getDeclKindName() + "'"); in Emit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3835 << D->getDeclKindName(); in VisitFriendTemplateDecl()