| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 91 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
|
| H A D | ValueObjectChild.cpp | 221 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild 224 return root->IsInScope(); in IsInScope()
|
| H A D | ValueObjectDynamicValue.cpp | 267 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
|
| H A D | ValueObjectVariable.cpp | 307 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable 313 return m_variable_sp->IsInScope(frame); in IsInScope()
|
| H A D | ValueObjectSyntheticFilter.cpp | 346 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
|
| H A D | ValueObjectMemory.cpp | 226 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
|
| H A D | ValueObjectConstResult.cpp | 240 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/bitfields/ |
| H A D | TestBitfields.py | 155 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 D | ValueObjectCast.h | 39 bool IsInScope() override;
|
| H A D | ValueObjectMemory.h | 53 bool IsInScope() override;
|
| H A D | ValueObjectVariable.h | 52 bool IsInScope() override;
|
| H A D | ValueObjectChild.h | 51 bool IsInScope() override;
|
| H A D | ValueObjectDynamicValue.h | 49 bool IsInScope() override;
|
| H A D | ValueObjectSyntheticFilter.h | 63 bool IsInScope() override;
|
| H A D | ValueObjectConstResult.h | 75 bool IsInScope() override;
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 172 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 D | sb_value.py | 14 obj.IsInScope()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 90 bool IsInScope(StackFrame *frame);
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBValue.i | 93 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 D | SBValue.h | 49 bool IsInScope();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBValue.cpp | 339 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 D | SBFrame.cpp | 601 [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 D | sbvalue.py | 58 return self.sbvalue.IsInScope()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Variable.cpp | 272 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 313 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
|