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

References

tools/lldb/source/Symbol/SymbolContext.cpp
   59   if (this != &rhs) {
   60     target_sp = rhs.target_sp;
   61     module_sp = rhs.module_sp;
   62     comp_unit = rhs.comp_unit;
   63     function = rhs.function;
   64     block = rhs.block;
   65     line_entry = rhs.line_entry;
   66     symbol = rhs.symbol;
   67     variable = rhs.variable;