Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1107 clang::DeclContext *abs_clang_decl_ctx = GetClangDeclContextForDIE(abs_die); in ParseCXXMethod() local
1108 if (abs_clang_decl_ctx) in ParseCXXMethod()
1109 LinkDeclContextToDIE(abs_clang_decl_ctx, die); in ParseCXXMethod()