Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStackFrame.h276 GetInScopeVariableList(bool get_file_globals,
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp304 lldb::VariableListSP var_list_sp = frame->GetInScopeVariableList(false, true); in AddLocalVariableDecls()
H A DClangExpressionDeclMap.cpp1076 VariableListSP vars = frame->GetInScopeVariableList(true); in LookupLocalVariable()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp462 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList() function in StackFrame
524 VariableListSP var_list_sp(GetInScopeVariableList(get_file_globals)); in GetValueForVariableExpressionPath()