Home
last modified time | relevance | path

Searched refs:LinkDeclContextToDIE (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DDWARFASTParserClangTests.cpp25 using DWARFASTParserClang::LinkDeclContextToDIE;
111 ast_parser.LinkDeclContextToDIE(decl_ctxs[i], dies[i]); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp223 LinkDeclContextToDIE(tag_decl, die); in ParseTypeFromClangModule()
227 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseTypeFromClangModule()
479 LinkDeclContextToDIE(decl_ctx, die); in ParseTypeFromDWARF()
818 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseEnum()
854 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()
998 LinkDeclContextToDIE(objc_method_decl, die); in ParseSubroutine()
1054 LinkDeclContextToDIE(spec_clang_decl_ctx, die); in ParseSubroutine()
1073 LinkDeclContextToDIE(abs_clang_decl_ctx, die); in ParseSubroutine()
1111 LinkDeclContextToDIE(method_decl, die); in ParseSubroutine()
1153 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()
[all …]
DDWARFASTParserClang.h155 void LinkDeclContextToDIE(clang::DeclContext *decl_ctx, const DWARFDIE &die);