Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp570 llvm::StringRef instance_var_name = m_sc.GetInstanceVariableName(); in GetValueForVariableExpressionPath() local
571 if (!instance_var_name.empty()) { in GetValueForVariableExpressionPath()
572 var_sp = variable_list->FindVariable(ConstString(instance_var_name)); in GetValueForVariableExpressionPath()