Searched refs:IsPointerOrReferenceType (Results 1 – 13 of 13) sorted by relevance
430 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,476 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
188 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
388 virtual bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
193 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType196 return type_system_sp->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
138 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
1912 if (IsPointerOrReferenceType()) { in GetExpressionPath()2646 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()2967 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
153 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
155 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1403 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()1437 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
1357 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
1356 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
633 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
3346 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang