Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp173 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
203 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
246 !this_var_sp->LocationIsValidForFrame(frame)) { in ScanContext()
273 !self_variable_sp->LocationIsValidForFrame(frame)) { in ScanContext()
H A DClangExpressionDeclMap.cpp874 this_var->LocationIsValidForFrame(frame)) { in LookUpLldbClass()
963 if (!self_var->LocationIsValidForFrame(frame)) in LookUpLldbObjCClass()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h92 bool LocationIsValidForFrame(StackFrame *frame);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp214 bool Variable::LocationIsValidForFrame(StackFrame *frame) { in LocationIsValidForFrame() function in Variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp493 v->LocationIsValidForFrame(this)); in GetInScopeVariableList()