Home
last modified time | relevance | path

Searched refs:self_variable_sp (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Expression/
DClangUserExpression.cpp211 … lldb::VariableSP self_variable_sp = variable_list_sp->FindVariable(ConstString("self")); in ScanContext() local
213 if (!self_variable_sp || in ScanContext()
214 !self_variable_sp->IsInScope(frame) || in ScanContext()
215 !self_variable_sp->LocationIsValidForFrame (frame)) in ScanContext()
282 … lldb::VariableSP self_variable_sp = variable_list_sp->FindVariable(ConstString("self")); in ScanContext() local
284 if (!self_variable_sp || in ScanContext()
285 !self_variable_sp->IsInScope(frame) || in ScanContext()
286 !self_variable_sp->LocationIsValidForFrame (frame)) in ScanContext()
292 Type *self_type = self_variable_sp->GetType(); in ScanContext()