Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h280 GetInScopeVariableList(bool get_file_globals,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp315 lldb::VariableListSP var_list_sp = frame->GetInScopeVariableList(false, true); in AddLocalVariableDecls()
H A DClangExpressionDeclMap.cpp1069 VariableListSP vars = frame->GetInScopeVariableList(true); in LookupLocalVariable()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp108 stack_frame->GetInScopeVariableList(false)); in LookupIdentifier()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp479 StackFrame::GetInScopeVariableList(bool get_file_globals, in GetInScopeVariableList() function in StackFrame
598 VariableListSP var_list_sp(GetInScopeVariableList(get_file_globals)); in LegacyGetValueForVariableExpressionPath()