Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp94 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 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/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp120 Name.getAsString(), ND->getDeclKindName(), DC->getDeclKindName()) in remove()
H A DTextNodeDumper.cpp275 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 DJSONNodeDumper.cpp119 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 DDeclBase.cpp151 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
192 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
H A DStmtPrinter.cpp1347 OS << "unhandled-anonymous-" << VD->getDeclKindName(); in VisitDeclRefExpr()
H A DASTImporter.cpp2168 << D->getDeclKindName(); in ImportDeclParts()
2718 << D->getDeclKindName(); in VisitDecl()
2724 << D->getDeclKindName(); in VisitImportDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp129 DeclWithIssue->getDeclKindName()) in timeScopeName()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp220 OS << D->getDeclKindName() << "Decl"; in dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp44 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp640 d.getDeclKindName()); in emitDecl()
H A DCIRGenModule.cpp1090 errorNYI(dd->getBeginLoc(), "common linkage", dd->getDeclKindName()); in getCIRLinkageForDeclarator()
1235 decl->getDeclKindName()); in emitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h446 const char *getDeclKindName() const;
2110 const char *getDeclKindName() const;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp240 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp882 OS << D->getDeclKindName() << "Decl "; in dumpNode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1487 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 DASTWriterDecl.cpp67 D->getDeclKindName() + "'"); in Emit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4614 << D->getDeclKindName(); in VisitFriendTemplateDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9761 {"_ZNK5clang4Decl15getDeclKindNameEv", "clang::Decl::getDeclKindName() const"},
9763 {"_ZNK5clang11DeclContext15getDeclKindNameEv", "clang::DeclContext::getDeclKindName() const"},