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

References

tools/lldb/source/Core/ValueObject.cpp
 3314   clang_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference;
tools/lldb/source/Expression/Materializer.cpp
  164              ExpressionVariable::EVIsProgramReference &&
  212          ExpressionVariable::EVIsProgramReference)) {
  214               ExpressionVariable::EVIsProgramReference &&
  252               ~ExpressionVariable::EVIsProgramReference;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  328     var->m_flags |= ClangExpressionVariable::EVIsProgramReference;
tools/lldb/source/Target/ABI.cpp
  156           ExpressionVariable::EVIsProgramReference;