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

References

tools/lldb/include/lldb/Symbol/Variable.h
   34            SymbolContextScope *owner_scope, const RangeList &scope_range,
  121   RangeList m_scope_range;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3167       Variable::RangeList scope_ranges;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
   30 static Variable::RangeList
   37   Variable::RangeList result;
  514                           const Variable::RangeList &ranges) {
  518   using RangeListEntry = Variable::RangeList::Entry;
  547                                 const Variable::RangeList &ranges,
  618       Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps);
  659       Variable::RangeList ranges = MakeRangeList(index, loc.Range, loc.Gaps);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
  107   llvm::Optional<Variable::RangeList> ranges;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  801   Variable::RangeList ranges;
  833   Variable::RangeList ranges;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   32                           const Variable::RangeList &ranges) {
   68     const Variable::RangeList &ranges, bool &is_constant) {
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
   45                                     const lldb_private::Variable::RangeList &ranges,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  986   Variable::RangeList ranges;
tools/lldb/source/Symbol/Variable.cpp
   41                    const RangeList &scope_range, Declaration *decl_ptr,