Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h123 clang::DeclContext *GetCachedClangDeclContextForDIE(const DWARFDIE &die);
H A DDWARFASTParserClang.cpp198 clang::DeclContext *defn_decl_ctx = GetCachedClangDeclContextForDIE(die); in ParseTypeFromDWO()
768 clang::DeclContext *defn_decl_ctx = GetCachedClangDeclContextForDIE( in ParseTypeFromDWARF()
1065 GetCachedClangDeclContextForDIE(dwarf->DebugInfo()->GetDIE( in ParseTypeFromDWARF()
1605 GetCachedClangDeclContextForDIE(abs_die)); in ParseTypeFromDWARF()
3666 clang::DeclContext *decl_ctx = GetCachedClangDeclContextForDIE(die); in GetClangDeclContextForDIE()
3695 decl_ctx = GetCachedClangDeclContextForDIE(die); in GetClangDeclContextForDIE()
3854 DWARFASTParserClang::GetCachedClangDeclContextForDIE(const DWARFDIE &die) { in GetCachedClangDeclContextForDIE() function in DWARFASTParserClang