Home
last modified time | relevance | path

Searched refs:IsInScope (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectVTable.cpp42 bool IsInScope() override { in IsInScope() function in ValueObjectVTableChild
44 return parent->IsInScope(); in IsInScope()
186 bool ValueObjectVTable::IsInScope() { return GetParent()->IsInScope(); } in IsInScope() function in ValueObjectVTable
HDValueObjectCast.cpp94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
HDValueObjectChild.cpp221 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild
224 return root->IsInScope(); in IsInScope()
HDValueObjectDynamicValue.cpp284 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
HDValueObjectVariable.cpp316 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable
322 return m_variable_sp->IsInScope(frame); in IsInScope()
HDValueObjectSyntheticFilter.cpp360 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
HDValueObjectMemory.cpp230 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
HDValueObjectConstResult.cpp244 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectCast.h40 bool IsInScope() override;
HDValueObjectVTable.h77 bool IsInScope() override;
HDValueObjectMemory.h54 bool IsInScope() override;
HDValueObjectVariable.h53 bool IsInScope() override;
HDValueObjectChild.h50 bool IsInScope() override;
HDValueObjectDynamicValue.h50 bool IsInScope() override;
HDValueObjectSyntheticFilter.h65 bool IsInScope() override;
HDValueObjectConstResult.h76 bool IsInScope() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUserExpression.cpp171 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
201 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
244 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
271 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariable.h90 bool IsInScope(StackFrame *frame);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBValueExtensions.i56 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp338 bool SBValue::IsInScope() { in IsInScope() function in SBValue
346 result = value_sp->IsInScope(); in IsInScope()
1452 if (!IsInScope()) in Watch()
1519 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
HDSBFrame.cpp603 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue()
850 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h55 bool IsInScope();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp275 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp335 return GetMostSpecializedValue().IsInScope(); in CheckScopeIfNeeded()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp492 return v->IsInScope(this) && (!must_have_valid_location || in GetInScopeVariableList()
1734 [this](Variable *v) { return v->IsInScope(this); }, in FindVariable()

12