Searched refs:IsPointerOrReferenceType (Results 1 – 13 of 13) sorted by relevance
407 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,453 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()
1900 if (IsPointerOrReferenceType()) { in GetExpressionPath()2634 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()2952 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
151 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
153 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1374 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()1408 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
627 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
3285 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang
1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
1460 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()