Searched refs:GetClangDeclContextContainingDIE (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 2248 return GetClangDeclContextContainingDIE (cu_sp.get(), die, NULL); in GetClangDeclContextContainingTypeUID() 3048 …clang::DeclContext *die_clang_decl_ctx = GetClangDeclContextContainingDIE (cu, die, &decl_ctx_die); in DIEIsInNamespace() 4515 return GetClangDeclContextContainingDIE (cu_sp.get(), die, NULL); in GetClangDeclContextContainingDIEOffset() 4550 … clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, NULL); in ResolveNamespaceDIE() 4613 SymbolFileDWARF::GetClangDeclContextContainingDIE (DWARFCompileUnit *cu, const DWARFDebugInfoEntry … in GetClangDeclContextContainingDIE() function in SymbolFileDWARF 5631 … clang::DeclContext *context = GetClangDeclContextContainingDIE (dwarf_cu, die, &context_die); in ParseType() 6117 … clang::DeclContext *decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_ctx_die); in ParseType() 6317 … GetClangDeclContextContainingDIE (dwarf_cu, die, NULL), in ParseType() 6488 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_c… in ParseType()
|
D | SymbolFileDWARF.h | 250 GetClangDeclContextContainingDIE (DWARFCompileUnit *cu,
|