Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DStackFrame.cpp643 ConstString method_object_name; in GetValueForVariableExpressionPath() local
644 … if (m_sc.GetFunctionMethodInfo (method_language, is_instance_method, method_object_name)) in GetValueForVariableExpressionPath()
646 if (is_instance_method && method_object_name) in GetValueForVariableExpressionPath()
648 var_sp = variable_list->FindVariable(method_object_name); in GetValueForVariableExpressionPath()