Home
last modified time | relevance | path

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

12

/external/lldb/test/lang/c/bitfields/
DTestBitfields.py164 b1.IsInScope() and
172 b7.IsInScope() and
180 four.IsInScope() and
/external/lldb/source/Core/
DValueObjectCast.cpp126 ValueObjectCast::IsInScope () in IsInScope() function in ValueObjectCast
128 return m_parent->IsInScope(); in IsInScope()
DValueObjectChild.cpp228 ValueObjectChild::IsInScope () in IsInScope() function in ValueObjectChild
232 return root->IsInScope (); in IsInScope()
DValueObjectSyntheticFilter.cpp253 ValueObjectSynthetic::IsInScope () in IsInScope() function in ValueObjectSynthetic
255 return m_parent->IsInScope(); in IsInScope()
DValueObjectDynamicValue.cpp293 ValueObjectDynamicValue::IsInScope () in IsInScope() function in ValueObjectDynamicValue
295 return m_parent->IsInScope(); in IsInScope()
DValueObjectVariable.cpp256 ValueObjectVariable::IsInScope () in IsInScope() function in ValueObjectVariable
265 return m_variable_sp->IsInScope (frame); in IsInScope()
DValueObjectMemory.cpp261 ValueObjectMemory::IsInScope () in IsInScope() function in ValueObjectMemory
DValueObjectConstResult.cpp289 ValueObjectConstResult::IsInScope () in IsInScope() function in ValueObjectConstResult
/external/lldb/scripts/Python/interface/
DSBValue.i89 IsInScope ();
425 __swig_getmethods__["is_in_scope"] = IsInScope
426 …if _newclass: is_in_scope = property(IsInScope, None, doc='''A read only property that returns a b…
/external/lldb/include/lldb/Core/
DValueObjectCast.h45 IsInScope ();
DValueObjectVariable.h50 IsInScope ();
DValueObjectMemory.h57 IsInScope ();
DValueObjectChild.h66 IsInScope ();
DValueObjectDynamicValue.h48 IsInScope ();
DValueObjectSyntheticFilter.h67 IsInScope ();
DValueObjectConstResult.h84 IsInScope ();
/external/lldb/test/python_api/default-constructor/
Dsb_value.py14 obj.IsInScope()
/external/lldb/include/lldb/Symbol/
DVariable.h127 IsInScope (StackFrame *frame);
/external/lldb/source/Expression/
DClangUserExpression.cpp183 !this_var_sp->IsInScope(frame) || in ScanContext()
214 !self_variable_sp->IsInScope(frame) || in ScanContext()
257 !this_var_sp->IsInScope(frame) || in ScanContext()
285 !self_variable_sp->IsInScope(frame) || in ScanContext()
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp22 auto in_scope = value.IsInScope(); in FetchVariable()
/external/lldb/include/lldb/API/
DSBValue.h58 IsInScope ();
/external/lldb/source/API/
DSBValue.cpp377 SBValue::IsInScope () in IsInScope() function in SBValue
385 result = value_sp->IsInScope (); in IsInScope()
1647 if (!IsInScope()) in Watch()
1716 if (IsInScope() && GetType().IsPointerType()) in WatchPointee()
/external/lldb/examples/python/
Dsbvalue.py54 return self.sbvalue.IsInScope()
/external/lldb/source/Commands/
DCommandObjectFrame.cpp564 if (valobj_sp->IsInScope ()) in DoExecute()
/external/lldb/source/Symbol/
DVariable.cpp274 Variable::IsInScope (StackFrame *frame) in IsInScope() function in Variable

12