Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrame.h282 bool must_have_valid_location = false);
/openbsd/src/gnu/llvm/lldb/source/Target/
DStackFrame.cpp476 bool must_have_valid_location) { in GetInScopeVariableList() argument
491 [this, must_have_valid_location](Variable *v) { in GetInScopeVariableList()
492 return v->IsInScope(this) && (!must_have_valid_location || in GetInScopeVariableList()