Searched refs:this_var (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1061 lldb::VariableSP this_var = vars->FindVariable(ConstString("this")); local
1063 if (this_var &&
1064 this_var->IsInScope(frame) &&
1065 this_var->LocationIsValidForFrame (frame))
1067 Type *this_type = this_var->GetType();

Completed in 44 milliseconds