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

References

tools/lldb/source/API/SBBlock.cpp
  267             switch (variable_sp->GetScope()) {
  324             switch (variable_sp->GetScope()) {
tools/lldb/source/API/SBFrame.cpp
  844                 switch (variable_sp->GetScope()) {
tools/lldb/source/Commands/CommandObjectFrame.cpp
  467     switch (var_sp->GetScope()) {
  633             switch (var_sp->GetScope()) {
tools/lldb/source/Commands/CommandObjectTarget.cpp
  753     switch (var_sp->GetScope()) {
tools/lldb/source/Core/ValueObjectVariable.cpp
  119     return m_variable_sp->GetScope();
tools/lldb/source/Symbol/SymbolContext.cpp
  267     switch (variable->GetScope()) {
tools/lldb/source/Symbol/VariableList.cpp
   93     if ((*pos)->NameMatches(name) && (*pos)->GetScope() == value_type) {
  134     if ((*pos)->GetScope() == type) {