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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  272           if (!self_variable_sp || !self_variable_sp->IsInScope(frame) ||
  272           if (!self_variable_sp || !self_variable_sp->IsInScope(frame) ||
  273               !self_variable_sp->LocationIsValidForFrame(frame)) {
  278           Type *self_type = self_variable_sp->GetType();