Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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.cpp271 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.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
/freebsd-13.1/contrib/llvm-project/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;
H A DValueObject.h420 virtual bool IsInScope() { return true; } in IsInScope() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.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()
H A DClangExpressionDeclMap.cpp842 if (this_var && this_var->IsInScope(frame) && in LookUpLldbClass()
957 if (!self_var->IsInScope(frame)) in LookUpLldbObjCClass()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h86 bool IsInScope(StackFrame *frame);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i93 IsInScope ();
488 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t…
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.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()
H A DSBFrame.cpp614 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue()
868 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h49 bool IsInScope();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp280 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp313 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp478 return v->IsInScope(this) && (!must_have_valid_location || in GetInScopeVariableList()
1720 [this](Variable *v) { return v->IsInScope(this); }, in FindVariable()

12