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

References

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