Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp202 lldb::VariableSP self_variable_sp = in ScanContext() local
205 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
206 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
272 lldb::VariableSP self_variable_sp = in ScanContext() local
275 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
276 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
281 Type *self_type = self_variable_sp->GetType(); in ScanContext()