Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp154 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
184 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
227 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
254 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
H A DClangExpressionDeclMap.cpp994 this_var->LocationIsValidForFrame(frame)) { in FindExternalVisibleDecls()
1105 self_var->LocationIsValidForFrame(frame)) { in FindExternalVisibleDecls()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h90 bool LocationIsValidForFrame(StackFrame *frame);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp225 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame() function in Variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp472 v->LocationIsValidForFrame(this)); in GetInScopeVariableList()