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

Declarations

tools/lldb/include/lldb/Symbol/VariableList.h
   25   void AddVariable(const lldb::VariableSP &var_sp);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1200       variables.AddVariable(var);
tools/lldb/source/Symbol/Block.cpp
  413         variable_list->AddVariable(variable);
  446         variable_list->AddVariable(variable);
tools/lldb/source/Symbol/VariableList.cpp
  138         var_list.AddVariable(*pos);
tools/lldb/source/Target/StackFrame.cpp
 1191     m_variable_list_sp->AddVariable(variable_sp);