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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  202         if (!self_variable_sp || !self_variable_sp->IsInScope(frame) ||
  202         if (!self_variable_sp || !self_variable_sp->IsInScope(frame) ||
  203             !self_variable_sp->LocationIsValidForFrame(frame)) {