Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectCast.cpp91 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
H A DValueObjectChild.cpp221 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild
224 return root->IsInScope(); in IsInScope()
H A DValueObjectDynamicValue.cpp267 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp307 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable
313 return m_variable_sp->IsInScope(frame); in IsInScope()
H A DValueObjectSyntheticFilter.cpp346 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.cpp240 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
/llvm-project-15.0.7/lldb/test/API/lang/c/bitfields/
H A DTestBitfields.py155 self.assertTrue(b1.IsInScope())
161 self.assertTrue(b7.IsInScope())
167 self.assertTrue(four.IsInScope())
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectCast.h39 bool IsInScope() override;
H A DValueObjectMemory.h53 bool IsInScope() override;
H A DValueObjectVariable.h52 bool IsInScope() override;
H A DValueObjectChild.h51 bool IsInScope() override;
H A DValueObjectDynamicValue.h49 bool IsInScope() override;
H A DValueObjectSyntheticFilter.h63 bool IsInScope() override;
H A DValueObjectConstResult.h75 bool IsInScope() override;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp172 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
202 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
245 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
272 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_value.py14 obj.IsInScope()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DVariable.h90 bool IsInScope(StackFrame *frame);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBValue.i93 IsInScope ();
491 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBValue.h49 bool IsInScope();
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp339 bool SBValue::IsInScope() { in IsInScope() function in SBValue
347 result = value_sp->IsInScope(); in IsInScope()
1432 if (!IsInScope()) in Watch()
1492 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
H A DSBFrame.cpp601 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue()
840 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/llvm-project-15.0.7/lldb/examples/python/
H A Dsbvalue.py58 return self.sbvalue.IsInScope()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariable.cpp272 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp313 return m_valobj->IsInScope(); in CheckScopeIfNeeded()

12