| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | ValueObjectCast.cpp | 94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectCast
|
| HD | ValueObjectChild.cpp | 247 bool ValueObjectChild::IsInScope() { in IsInScope() function in ValueObjectChild 250 return root->IsInScope(); in IsInScope()
|
| HD | ValueObjectVariable.cpp | 225 bool ValueObjectVariable::IsInScope() { in IsInScope() function in ValueObjectVariable 231 return m_variable_sp->IsInScope(frame); in IsInScope()
|
| HD | ValueObjectDynamicValue.cpp | 272 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectDynamicValue
|
| HD | ValueObjectSyntheticFilter.cpp | 341 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } in IsInScope() function in ValueObjectSynthetic
|
| HD | ValueObjectMemory.cpp | 222 bool ValueObjectMemory::IsInScope() { in IsInScope() function in ValueObjectMemory
|
| HD | ValueObjectConstResult.cpp | 232 bool ValueObjectConstResult::IsInScope() { in IsInScope() function in ValueObjectConstResult
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | ValueObjectCast.h | 39 bool IsInScope() override;
|
| HD | ValueObjectVariable.h | 52 bool IsInScope() override;
|
| HD | ValueObjectMemory.h | 53 bool IsInScope() override;
|
| HD | ValueObjectChild.h | 51 bool IsInScope() override;
|
| HD | ValueObjectDynamicValue.h | 50 bool IsInScope() override;
|
| HD | ValueObjectSyntheticFilter.h | 63 bool IsInScope() override;
|
| HD | ValueObjectConstResult.h | 75 bool IsInScope() override;
|
| HD | ValueObject.h | 413 virtual bool IsInScope() { return true; } in IsInScope() function
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | ClangUserExpression.cpp | 175 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/ |
| HD | SBValue.i | 93 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/ |
| HD | Variable.h | 83 bool IsInScope(StackFrame *frame);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBValue.cpp | 342 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()
|
| HD | SBFrame.cpp | 613 [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/ |
| HD | SBValue.h | 49 bool IsInScope();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | Variable.cpp | 282 bool Variable::IsInScope(StackFrame *frame) { in IsInScope() function in Variable
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| HD | ValueObjectPrinter.cpp | 320 return m_valobj->IsInScope(); in CheckScopeIfNeeded()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | StackFrame.cpp | 477 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/ |
| HD | CommandObjectFrame.cpp | 656 if (valobj_sp->IsInScope()) { in DoExecute()
|