Searched refs:LinkDeclContextToDIE (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 211 LinkDeclContextToDIE(tag_decl, die); in ParseTypeFromClangModule() 215 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseTypeFromClangModule() 466 LinkDeclContextToDIE(decl_ctx, die); in ParseTypeFromDWARF() 802 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseEnum() 1015 LinkDeclContextToDIE(objc_method_decl, die); in ParseSubroutine() 1088 LinkDeclContextToDIE(abs_clang_decl_ctx, die); in ParseSubroutine() 1204 LinkDeclContextToDIE(function_decl, die); in ParseSubroutine() 1251 LinkDeclContextToDIE(function_decl, die); in ParseSubroutine() 1540 LinkDeclContextToDIE( in ParseStructureLikeDIE() 1675 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseStructureLikeDIE() [all …]
|
| H A D | DWARFASTParserClang.h | 168 void LinkDeclContextToDIE(clang::DeclContext *decl_ctx, const DWARFDIE &die);
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClangTests.cpp | 26 using DWARFASTParserClang::LinkDeclContextToDIE; 112 ast_parser.LinkDeclContextToDIE(decl_ctxs[i], dies[i]); in TEST_F()
|