Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp198 lldb::VariableSP self_variable_sp = in ScanContext() local
201 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
202 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
268 lldb::VariableSP self_variable_sp = in ScanContext() local
271 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
272 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
277 Type *self_type = self_variable_sp->GetType(); in ScanContext()