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

Overridden By

tools/lldb/source/Core/ValueObjectCast.cpp
   94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); }
tools/lldb/source/Core/ValueObjectChild.cpp
  247 bool ValueObjectChild::IsInScope() {
tools/lldb/source/Core/ValueObjectConstResult.cpp
  232 bool ValueObjectConstResult::IsInScope() {
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  272 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); }
tools/lldb/source/Core/ValueObjectMemory.cpp
  222 bool ValueObjectMemory::IsInScope() {
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  314 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); }
tools/lldb/source/Core/ValueObjectVariable.cpp
  225 bool ValueObjectVariable::IsInScope() {

References

tools/lldb/source/API/SBValue.cpp
  350     result = value_sp->IsInScope();
tools/lldb/source/Commands/CommandObjectFrame.cpp
  665               if (valobj_sp->IsInScope()) {
tools/lldb/source/Core/ValueObject.cpp
  227     if (IsInScope()) {
tools/lldb/source/Core/ValueObjectCast.cpp
   94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); }
tools/lldb/source/Core/ValueObjectChild.cpp
  250     return root->IsInScope();
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  272 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); }
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  314 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); }
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  324   return m_valobj->IsInScope();