Searched defs:IsInScope (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp94 bool ValueObjectCast::IsInScope() { return m_parent->IsInScope(); } function in class:ValueObjectCast
H A DValueObjectMemory.cpp222 bool ValueObjectMemory::IsInScope() { function in class:ValueObjectMemory
H A DValueObjectChild.cpp247 bool ValueObjectChild::IsInScope() { function in class:ValueObjectChild
H A DValueObjectConstResult.cpp232 bool ValueObjectConstResult::IsInScope() { function in class:ValueObjectConstResult
H A DValueObjectDynamicValue.cpp272 bool ValueObjectDynamicValue::IsInScope() { return m_parent->IsInScope(); } function in class:ValueObjectDynamicValue
H A DValueObjectSyntheticFilter.cpp341 bool ValueObjectSynthetic::IsInScope() { return m_parent->IsInScope(); } function in class:ValueObjectSynthetic
H A DValueObjectVariable.cpp225 bool ValueObjectVariable::IsInScope() { function in class:ValueObjectVariable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp282 bool Variable::IsInScope(StackFrame *frame) { function in class:Variable
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h413 virtual bool IsInScope() { return true; } function in class:lldb_private::ValueObject
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp342 bool SBValue::IsInScope() { function in class:SBValue

Completed in 197 milliseconds