Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp1891 lldb::ClangExpressionVariableSP persistent_var_sp; in EvaluateExpression() local
1894 persistent_var_sp = m_persistent_variables.GetVariable (expr_cstr); in EvaluateExpression()
1896 if (persistent_var_sp) in EvaluateExpression()
1898 result_valobj_sp = persistent_var_sp->GetValueObject (); in EvaluateExpression()