Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
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()
941 from->getDeclKindName(), static_cast<void *>(to), name_string, in ImportDefinitionTo()
1073 from->getDeclKindName(), to, name_string, from, user_id); in Imported()
1078 from->getDeclKindName(), to, from, user_id); in Imported()
1177 ((Decl *)to_container_decl)->getDeclKindName(), in Imported()
DClangASTSource.cpp408 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
415 context_decl->getDeclKindName(), in FindExternalLexicalDecls()
472 context_named_decl->getDeclKindName(), in FindExternalLexicalDecls()
473 context_named_decl->getName(), decl->getDeclKindName(), in FindExternalLexicalDecls()
477 decl->getDeclKindName(), ast_dump); in FindExternalLexicalDecls()
543 context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
DCxxModuleHandler.cpp105 m_context->getDeclKindName(), m_error); in log()
DClangExpressionDeclMap.cpp669 name, context.m_decl_context->getDeclKindName()); in FindExternalVisibleDecls()
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbols.cpp103 << ND->getDeclKindName() in CreateSymbolInfo()
/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp219 OS << D->getDeclKindName() << "Decl"; in dump()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp42 name.getAsString().c_str(), decl_ctx->getDeclKindName(), in FindExternalVisibleDeclsByName()
/external/llvm-project/clang-tools-extra/clangd/
DDumpAST.cpp118 std::string getKind(const Decl *D) { return D->getDeclKindName(); } in getKind()
/external/clang/include/clang/AST/
DDeclBase.h389 const char *getDeclKindName() const;
1211 const char *getDeclKindName() const;
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp101 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in Visit()
302 JOS.attribute("kind", (llvm::Twine(D->getDeclKindName()) + "Decl").str()); in writeBareDeclRef()
314 Ret["kind"] = (llvm::Twine(D->getDeclKindName()) + "Decl").str(); in createBareDeclRef()
DTextNodeDumper.cpp250 OS << D->getDeclKindName() << "Decl"; in Visit()
648 OS << D->getDeclKindName(); in dumpBareDeclRef()
1011 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
DDeclBase.cpp123 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
155 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
DASTImporter.cpp1624 << D->getDeclKindName(); in ImportDeclParts()
2204 << D->getDeclKindName(); in VisitDecl()
2210 << D->getDeclKindName(); in VisitImportDecl()
/external/clang/lib/Frontend/
DFrontendAction.cpp88 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/external/llvm-project/clang/unittests/AST/
DASTTraverserTest.cpp31 OS << D->getDeclKindName() << "Decl"; in Visit()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DParsedASTTests.cpp63 if (ND->getDeclKindName() == llvm::StringRef(Kind))
/external/clang/lib/AST/
DDeclBase.cpp103 const char *Decl::getDeclKindName() const { in getDeclKindName() function in Decl
123 const char *DeclContext::getDeclKindName() const { in getDeclKindName() function in DeclContext
DASTDumper.cpp725 OS << D->getDeclKindName(); in dumpBareDeclRef()
1020 OS << D->getDeclKindName() << "Decl"; in dumpDecl()
1954 OS << " " << Node->getDecl()->getDeclKindName() << "Decl"; in VisitObjCIvarRefExpr()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h434 const char *getDeclKindName() const;
1812 const char *getDeclKindName() const;
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp92 llvm::outs() << "PCH DECL: " << D->getDeclKindName(); in DeclRead()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2286 printf("%20s: %s\n", decl_ctx->getDeclKindName(), in DumpDeclContextHiearchy()
2289 printf("%20s\n", decl_ctx->getDeclKindName()); in DumpDeclContextHiearchy()
2301 printf("%20s: %s%s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2308 printf("%20s: %s\n", decl->getDeclKindName(), in DumpDeclHiearchy()
2311 printf("%20s\n", decl->getDeclKindName()); in DumpDeclHiearchy()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp51 D->getDeclKindName() + "'"); in Emit()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp52 D->getDeclKindName() + "'"); in Emit()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2884 << D->getDeclKindName(); in VisitFriendTemplateDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3710 << D->getDeclKindName(); in VisitFriendTemplateDecl()

12