Searched refs:IsPointerOrReferenceType (Results 1 – 13 of 13) sorted by relevance
416 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,462 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
136 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
166 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType168 return m_type_system->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
388 virtual bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
137 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
1903 if (IsPointerOrReferenceType()) { in GetExpressionPath()2637 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()2955 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
152 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
154 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1388 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()1422 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
1357 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
1356 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
619 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
3309 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang