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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp92 decl->getDeclKindName(), named_decl->getNameAsString(),
98 decl->getDeclKindName(), user_id);
178 decl->getDeclKindName(), decl, escaped_child->getDeclKindName(),
326 decl->getDeclKindName(), decl, src_ctx, dst_ctx);
344 decl->getDeclKindName(), decl, result->getDeclKindName(), result);
956 from->getDeclKindName(), static_cast<void *>(to), name_string,
1088 from->getDeclKindName(), to, name_string, from, user_id);
1093 from->getDeclKindName(), t
[all...]
H A DCxxModuleHandler.cpp104 m_context->getDeclKindName(), m_error);
H A DClangASTSource.cpp408 context_decl->getDeclKindName(),
415 context_decl->getDeclKindName(),
472 context_named_decl->getDeclKindName(),
473 context_named_decl->getName(), decl->getDeclKindName(),
477 decl->getDeclKindName(), ast_dump);
534 context.m_decl_context->getDeclKindName());
H A DClangExpressionDeclMap.cpp651 name, context.m_decl_context->getDeclKindName());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp42 name.getAsString().c_str(), decl_ctx->getDeclKindName(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp219 OS << D->getDeclKindName() << "Decl";
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp101 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str());
302 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str());
314 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str();
H A DDeclBase.cpp123 const char *Decl::getDeclKindName() const { function in class:Decl
155 const char *DeclContext::getDeclKindName() const { function in class:DeclContext
H A DTextNodeDumper.cpp250 OS << D->getDeclKindName() << "Decl";
648 OS << D->getDeclKindName();
1000 OS << " " << Node->getDecl()->getDeclKindName() << "Decl";
H A DASTImporter.cpp1617 << D->getDeclKindName();
2179 << D->getDeclKindName();
2185 << D->getDeclKindName();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h434 const char *getDeclKindName() const;
1813 const char *getDeclKindName() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp92 llvm::outs() << "PCH DECL: " << D->getDeclKindName();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2255 printf("%20s: %s\n", decl_ctx->getDeclKindName(),
2258 printf("%20s\n", decl_ctx->getDeclKindName());
2270 printf("%20s: %s%s\n", decl->getDeclKindName(),
2277 printf("%20s: %s\n", decl->getDeclKindName(),
2280 printf("%20s\n", decl->getDeclKindName());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp52 D->getDeclKindName() + "'");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3661 << D->getDeclKindName();

Completed in 209 milliseconds