reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1290     symbol_context_scope = sc.comp_unit;
 1292     symbol_context_scope =
 1294     if (symbol_context_scope == NULL)
 1295       symbol_context_scope = sc.function;
 1297     symbol_context_scope = sc.module_sp.get();
 1300   if (symbol_context_scope != NULL)
 1301     type_sp->SetSymbolContextScope(symbol_context_scope);