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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  172         if (!this_var_sp || !this_var_sp->IsInScope(frame) ||
  172         if (!this_var_sp || !this_var_sp->IsInScope(frame) ||
  173             !this_var_sp->LocationIsValidForFrame(frame)) {