Searched refs:LinkDeclContextToDIE (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 229 LinkDeclContextToDIE(tag_decl, die); in ParseTypeFromClangModule() 233 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseTypeFromClangModule() 473 LinkDeclContextToDIE(decl_ctx, die); in ParseTypeFromDWARF() 836 LinkDeclContextToDIE(GetCachedClangDeclContextForDIE(decl_die), def_die); in MapDeclDIEToDefDIE() 938 LinkDeclContextToDIE(type_decl_ctx, decl_die); in ParseEnum() 940 LinkDeclContextToDIE(type_decl_ctx, def_die); in ParseEnum() 1035 LinkDeclContextToDIE(objc_method_decl, die); in ParseObjCMethod() 1089 LinkDeclContextToDIE(spec_clang_decl_ctx, die); in ParseCXXMethod() 1109 LinkDeclContextToDIE(abs_clang_decl_ctx, die); in ParseCXXMethod() 1148 LinkDeclContextToDIE(cxx_method_decl, die); in ParseCXXMethod() [all …]
|
| H A D | DWARFASTParserClang.h | 230 void LinkDeclContextToDIE(clang::DeclContext *decl_ctx,
|