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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  105   if (frame == nullptr) {
  110   SymbolContext sym_ctx = frame->GetSymbolContext(lldb::eSymbolContextFunction |
  172         if (!this_var_sp || !this_var_sp->IsInScope(frame) ||
  173             !this_var_sp->LocationIsValidForFrame(frame)) {
  202         if (!self_variable_sp || !self_variable_sp->IsInScope(frame) ||
  203             !self_variable_sp->LocationIsValidForFrame(frame)) {
  245           if (!this_var_sp || !this_var_sp->IsInScope(frame) ||
  246               !this_var_sp->LocationIsValidForFrame(frame)) {
  272           if (!self_variable_sp || !self_variable_sp->IsInScope(frame) ||
  273               !self_variable_sp->LocationIsValidForFrame(frame)) {