Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h207 GetClangDeclContextForDIE(const lldb_private::plugin::dwarf::DWARFDIE &die);
H A DDWARFASTParserClang.cpp1112 GetClangDeclContextForDIE(spec_die); in ParseSubroutine()
1131 GetClangDeclContextForDIE(abs_die); in ParseSubroutine()
2326 clang::DeclContext *clang_decl_ctx = GetClangDeclContextForDIE(die); in GetDeclContextForUIDFromDWARF()
3419 DWARFASTParserClang::GetClangDeclContextForDIE(const DWARFDIE &die) { in GetClangDeclContextForDIE() function in DWARFASTParserClang
3651 GetClangDeclContextForDIE(decl_ctx_die); in GetClangDeclContextContainingDIE()