Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp176 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
206 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
249 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
276 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
H A DClangExpressionDeclMap.cpp843 this_var->LocationIsValidForFrame(frame)) { in LookUpLldbClass()
959 if (!self_var->LocationIsValidForFrame(frame)) in LookUpLldbObjCClass()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h88 bool LocationIsValidForFrame(StackFrame *frame);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp224 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame() function in Variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp479 v->LocationIsValidForFrame(this)); in GetInScopeVariableList()