Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3214 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import); in GetClangDeclForDIE() local
3215 if (imported_uid) { in GetClangDeclForDIE()
3216 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
3232 DWARFDIE imported_uid = die.GetAttributeValueAsReferenceDIE(DW_AT_import); in GetClangDeclForDIE() local
3234 if (imported_uid) { in GetClangDeclForDIE()
3236 SymbolFileDWARF::GetDeclContext(imported_uid); in GetClangDeclForDIE()