Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp428 bool ScopeRequested(lldb::ValueType scope) { in ScopeRequested() function in CommandObjectFrameVariable
463 if (!var->NameMatches(regex) || !ScopeRequested(var->GetScope())) in findUniqueRegexMatches()
622 if (!ScopeRequested(var_sp->GetScope())) in DoExecute()