Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp95 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
H A DValueObjectChild.cpp224 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild
227 return root->IsInScope(); in IsInScope()
H A DValueObjectVariable.cpp271 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable
277 return m_variable_sp->IsInScope(frame); in IsInScope()
H A DValueObjectDynamicValue.cpp273 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
H A DValueObjectSyntheticFilter.cpp317 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
H A DValueObjectMemory.cpp225 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
H A DValueObjectConstResult.cpp233 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp153 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
183 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
226 if (!this_var_sp || !this_var_sp->IsInScope(frame) || in ScanContext()
253 if (!self_variable_sp || !self_variable_sp->IsInScope(frame) || in ScanContext()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectCast.h45 bool IsInScope() override;
H A DValueObjectMemory.h59 bool IsInScope() override;
H A DValueObjectVariable.h66 bool IsInScope() override;
H A DValueObjectChild.h54 bool IsInScope() override;
H A DValueObjectDynamicValue.h59 bool IsInScope() override;
H A DValueObjectSyntheticFilter.h74 bool IsInScope() override;
H A DValueObjectConstResult.h84 bool IsInScope() override;
H A DValueObject.h440 virtual bool IsInScope() { return true; } in IsInScope() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h88 bool IsInScope(StackFrame *frame);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h48 bool IsInScope();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp348 bool SBValue::IsInScope() { in IsInScope() function in SBValue
354 result = value_sp->IsInScope(); in IsInScope()
1518 if (!IsInScope()) in Watch()
1584 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
H A DSBFrame.cpp746 [frame](Variable *v) { return v->IsInScope(frame); }, in FindValue()
1017 if (in_scope_only && !variable_sp->IsInScope(frame)) in GetVariables()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdVar.cpp403 const CMIUtilString strInScope(rValue.IsInScope() ? "true" : "false"); in Execute()
880 const CMICmnMIValueConst miValueConst3(rValue.IsInScope() ? "true" : "false"); in Acknowledge()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp325 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp281 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp471 return v->IsInScope(this) && (!must_have_valid_location || in GetInScopeVariableList()
1742 [this](Variable *v) { return v->IsInScope(this); }, in FindVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp687 if (valobj_sp->IsInScope()) { in DoExecute()

12