Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp40 bool IsInScope() override { in IsInScope() function in ValueObjectVTableChild
42 return parent->IsInScope(); in IsInScope()
184 bool ValueObjectVTable::IsInScope() { return GetParent()->IsInScope(); } in IsInScope() function in ValueObjectVTable
H A DValueObjectCast.cpp92 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
H A DValueObjectChild.cpp219 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild
222 return root->IsInScope(); in IsInScope()
H A DValueObjectDynamicValue.cpp281 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp308 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable
314 return m_variable_sp->IsInScope(frame); in IsInScope()
H A DValueObjectSyntheticFilter.cpp350 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
H A DValueObjectMemory.cpp226 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
H A DValueObjectConstResult.cpp241 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVTable.h80 bool IsInScope() override;
H A DValueObjectCast.h40 bool IsInScope() override;
H A DValueObjectMemory.h54 bool IsInScope() override;
H A DValueObjectVariable.h53 bool IsInScope() override;
H A DValueObjectChild.h50 bool IsInScope() override;
H A DValueObjectDynamicValue.h50 bool IsInScope() override;
H A DValueObjectSyntheticFilter.h65 bool IsInScope() override;
H A DValueObjectConstResult.h76 bool IsInScope() override;
H A DValueObject.h420 virtual bool IsInScope() { return true; } in IsInScope() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.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-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h90 bool IsInScope(StackFrame *frame);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i56 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp338 bool SBValue::IsInScope() { in IsInScope() function in SBValue
346 result = value_sp->IsInScope(); in IsInScope()
1430 if (!IsInScope()) in Watch()
1497 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
H A DSBFrame.cpp603 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue()
850 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h55 bool IsInScope();
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp273 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp330 return m_valobj->IsInScope(); in CheckScopeIfNeeded()

12