Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp199 lldb::VariableSP self_variable_sp = in ScanContext() local
202 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
203 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
269 lldb::VariableSP self_variable_sp = in ScanContext() local
272 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
273 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
278 Type *self_type = self_variable_sp->GetType(); in ScanContext()