Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h283 GetInScopeVariableList(bool get_file_globals,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp316 lldb::VariableListSP var_list_sp = frame->GetInScopeVariableList(false, true); in AddLocalVariableDecls()
H A DClangExpressionDeclMap.cpp1070 VariableListSP vars = frame->GetInScopeVariableList(true); in LookupLocalVariable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp475 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList() function in StackFrame
537 VariableListSP var_list_sp(GetInScopeVariableList(get_file_globals)); in GetValueForVariableExpressionPath()