| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVTable.cpp | 42 bool IsInScope() override { in IsInScope() function in ValueObjectVTableChild 44 return parent->IsInScope(); in IsInScope() 185 bool ValueObjectVTable::IsInScope() { return GetParent()->IsInScope(); } in IsInScope() function in ValueObjectVTable
|
| H A D | ValueObjectCast.cpp | 93 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 | 308 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 | ValueObjectSynthetic.cpp | 363 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
|
| H A D | ValueObjectMemory.cpp | 234 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
|
| H A D | ValueObjectConstResult.cpp | 247 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 90 bool IsInScope(StackFrame *frame); 93 bool IsInScope(const Block &block, const Address &addr);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | ValueObjectCast.h | 39 bool IsInScope() override;
|
| H A D | ValueObjectVTable.h | 77 bool IsInScope() override;
|
| H A D | ValueObjectMemory.h | 54 bool IsInScope() override;
|
| H A D | ValueObjectVariable.h | 53 bool IsInScope() override;
|
| H A D | ValueObjectChild.h | 50 bool IsInScope() override;
|
| H A D | ValueObjectDynamicValue.h | 50 bool IsInScope() override;
|
| H A D | ValueObjectSynthetic.h | 65 bool IsInScope() override;
|
| H A D | ValueObjectConstResult.h | 77 bool IsInScope() override;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 171 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext() 201 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()
|
| H A D | ClangExpressionDeclMap.cpp | 868 if (this_var && this_var->IsInScope(frame) && in LookUpLldbClass() 956 if (!self_var->IsInScope(frame)) in LookUpLldbObjCClass()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Variable.cpp | 274 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable 295 return IsInScope(*deepest_frame_block, frame_addr); in IsInScope() 305 bool Variable::IsInScope(const Block &block, const Address &addr) { in IsInScope() function in Variable
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueExtensions.i | 70 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 338 bool SBValue::IsInScope() { in IsInScope() function in SBValue 346 result = value_sp->IsInScope(); in IsInScope() 1469 if (!IsInScope()) in Watch() 1537 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
|
| H A D | SBFrame.cpp | 604 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue() 851 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 55 bool IsInScope();
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 335 return GetMostSpecializedValue().IsInScope(); in CheckScopeIfNeeded()
|