Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCastExprTest.cpp79 << "Expected CXXConstructorDecl, but saw " << Conv->getDeclKindName(); in TEST()
102 << "Expected CXXMethodDecl, but saw " << Conv->getDeclKindName(); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp38 dlog(" {0} {1} {2}", Matches, D->getDeclKindName(), D); in insertionDecl()
98 dlog("Looking for insertion point in {0}", DC.getDeclKindName()); in insertionPoint()
119 return error("{0} body in wrong file: {1}", DC.getDeclKindName(), in insertDecl()
/llvm-project-15.0.7/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()
929 from->getDeclKindName(), static_cast<void *>(to), name_string, in ImportDefinitionTo()
1061 from->getDeclKindName(), to, name_string, from, user_id); in Imported()
1066 from->getDeclKindName(), to, from, user_id); in Imported()
1166 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
H A DClangASTSource.cpp411 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
418 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
475 context_named_decl->getDeclKindName(), in FindExternalLexicalDecls()
476 context_named_decl->getName(), decl->getDeclKindName(), in FindExternalLexicalDecls()
480 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls()
544 context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
H A DCxxModuleHandler.cpp110 m_context->getDeclKindName(), m_error); in log()
H A DClangExpressionDeclMap.cpp694 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporterLookupTable.cpp105 Name.getAsString(), DC->getDeclKindName()) in remove()
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()
691 OS << D->getDeclKindName(); in dumpBareDeclRef()
1069 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.cpp1719 << D->getDeclKindName(); in ImportDeclParts()
2242 << D->getDeclKindName(); in VisitDecl()
2248 << D->getDeclKindName(); in VisitImportDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbols.cpp103 << ND->getDeclKindName() in CreateSymbolInfo()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp309 D.getDeclKindName() == Case.NodeType; in TEST()
H A DParsedASTTests.cpp65 if (ND->getDeclKindName() == llvm::StringRef(Kind))
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp219 OS << D->getDeclKindName() << "Decl"; in dump()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp43 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp117 std::string getKind(const Decl *D) { return D->getDeclKindName(); } in getKind()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h436 const char *getDeclKindName() const;
1901 const char *getDeclKindName() const;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTTraverserTest.cpp31 OS << D->getDeclKindName() << "Decl"; in Visit()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp94 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp869 OS << D->getDeclKindName() << "Decl "; in dumpNode()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1499 param->getDeclKindName()); in TemplateParameterAllowsValue()
2393 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy()
2396 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy()
2408 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2415 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2418 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp51 D->getDeclKindName() + "'"); in Emit()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3898 << D->getDeclKindName(); in VisitFriendTemplateDecl()