Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp172 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
202 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
245 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
272 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
H A DClangExpressionDeclMap.cpp868 this_var->LocationIsValidForFrame(frame)) { in LookUpLldbClass()
957 if (!self_var->LocationIsValidForFrame(frame)) in LookUpLldbObjCClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h92 bool LocationIsValidForFrame(StackFrame *frame);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp216 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame() function in Variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp493 v->LocationIsValidForFrame(this)); in GetInScopeVariableList()