Searched refs:IsPointerOrReferenceType (Results 1 – 13 of 13) sorted by relevance
402 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,448 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
131 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
160 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType162 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
137 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
1642 bool ValueObject::IsPointerOrReferenceType() { in IsPointerOrReferenceType() function in ValueObject1643 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()1984 if (IsPointerOrReferenceType()) { in GetExpressionPath()2733 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()3052 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
153 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
151 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
383 virtual bool IsPointerOrReferenceType();
1393 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()1427 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
1460 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
628 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
3202 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang