| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectCast.cpp | 95 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
|
| H A D | ValueObjectChild.cpp | 224 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild 227 return root->IsInScope(); in IsInScope()
|
| H A D | ValueObjectVariable.cpp | 271 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable 277 return m_variable_sp->IsInScope(frame); in IsInScope()
|
| H A D | ValueObjectDynamicValue.cpp | 273 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
|
| H A D | ValueObjectSyntheticFilter.cpp | 317 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
|
| H A D | ValueObjectMemory.cpp | 225 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
|
| H A D | ValueObjectConstResult.cpp | 233 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 153 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 D | ValueObjectCast.h | 45 bool IsInScope() override;
|
| H A D | ValueObjectMemory.h | 59 bool IsInScope() override;
|
| H A D | ValueObjectVariable.h | 66 bool IsInScope() override;
|
| H A D | ValueObjectChild.h | 54 bool IsInScope() override;
|
| H A D | ValueObjectDynamicValue.h | 59 bool IsInScope() override;
|
| H A D | ValueObjectSyntheticFilter.h | 74 bool IsInScope() override;
|
| H A D | ValueObjectConstResult.h | 84 bool IsInScope() override;
|
| H A D | ValueObject.h | 440 virtual bool IsInScope() { return true; } in IsInScope() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 88 bool IsInScope(StackFrame *frame);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBValue.h | 48 bool IsInScope();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBValue.cpp | 348 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 D | SBFrame.cpp | 746 [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 D | MICmdCmdVar.cpp | 403 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 D | ValueObjectPrinter.cpp | 325 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Variable.cpp | 281 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 471 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 D | CommandObjectFrame.cpp | 687 if (valobj_sp->IsInScope()) { in DoExecute()
|