Searched refs:self_variable_sp (Results 1 – 1 of 1) sorted by relevance
180 lldb::VariableSP self_variable_sp = in ScanContext() local183 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()184 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()250 lldb::VariableSP self_variable_sp = in ScanContext() local253 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()254 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()259 Type *self_type = self_variable_sp->GetType(); in ScanContext()