Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp1212 lldb::VariableSP self_var = vars->FindVariable(ConstString("self")); in FindExternalVisibleDecls() local
1214 if (self_var && in FindExternalVisibleDecls()
1215 self_var->IsInScope(frame) && in FindExternalVisibleDecls()
1216 self_var->LocationIsValidForFrame (frame)) in FindExternalVisibleDecls()
1218 Type *self_type = self_var->GetType(); in FindExternalVisibleDecls()