reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
800 if (frame != nullptr) 801 sym_ctx = frame->GetSymbolContext(lldb::eSymbolContextFunction | 872 if (frame == nullptr) 928 VariableList *vars = frame->GetVariableList(false); 932 if (this_var && this_var->IsInScope(frame) && 933 this_var->LocationIsValidForFrame(frame)) { 979 if (!frame) 982 SymbolContext sym_ctx = frame->GetSymbolContext( 1054 VariableList *vars = frame->GetVariableList(false); 1058 if (self_var && self_var->IsInScope(frame) && 1059 self_var->LocationIsValidForFrame(frame)) { 1157 if (frame && local_var_lookup) { 1165 VariableListSP vars = frame->GetInScopeVariableList(true); 1188 valobj = ValueObjectVariable::Create(frame, var);