Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectCast.cpp94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
HDValueObjectChild.cpp247 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild
250 return root->IsInScope(); in IsInScope()
HDValueObjectVariable.cpp225 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable
231 return m_variable_sp->IsInScope(frame); in IsInScope()
HDValueObjectDynamicValue.cpp272 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
HDValueObjectSyntheticFilter.cpp341 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
HDValueObjectMemory.cpp222 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
HDValueObjectConstResult.cpp232 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectCast.h39 bool IsInScope() override;
HDValueObjectVariable.h52 bool IsInScope() override;
HDValueObjectMemory.h53 bool IsInScope() override;
HDValueObjectChild.h51 bool IsInScope() override;
HDValueObjectDynamicValue.h50 bool IsInScope() override;
HDValueObjectSyntheticFilter.h63 bool IsInScope() override;
HDValueObjectConstResult.h75 bool IsInScope() override;
HDValueObject.h413 virtual bool IsInScope() { return true; } in IsInScope() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangUserExpression.cpp175 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
205 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
248 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
275 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBValue.i93 IsInScope ();
492 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariable.h83 bool IsInScope(StackFrame *frame);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp342 bool SBValue::IsInScope() { in IsInScope() function in SBValue
343 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsInScope); in IsInScope()
350 result = value_sp->IsInScope(); in IsInScope()
1466 if (!IsInScope()) in Watch()
1529 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
1565 LLDB_REGISTER_METHOD(bool, SBValue, IsInScope, ()); in RegisterMethods()
HDSBFrame.cpp613 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue()
867 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h49 bool IsInScope();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp282 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp320 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp477 return v->IsInScope(this) && (!must_have_valid_location || in GetInScopeVariableList()
1751 [this](Variable *v) { return v->IsInScope(this); }, in FindVariable()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp656 if (valobj_sp->IsInScope()) { in DoExecute()

12