Searched refs:IsPointerOrReferenceType (Results 1 – 15 of 15) sorted by relevance
419 virtual bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,466 return IsPointerOrReferenceType(type, nullptr); in ShouldTreatScalarValueAsAddress()
183 bool IsPointerOrReferenceType(CompilerType *pointee_type = nullptr) const;
187 if (type.IsPointerOrReferenceType()) { in TypeHasVTable()234 if (type.IsPointerOrReferenceType()) in GetVTableInfo()
388 bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType()
245 if (valobj.IsPointerOrReferenceType()) { in LibStdcppStringSummaryProvider()
139 if (type.IsValid() && type.IsPointerOrReferenceType()) in CreateSynthFilter()
1869 if (IsPointerOrReferenceType()) { in GetExpressionPath()2586 const bool is_pointer_or_reference_type = IsPointerOrReferenceType(); in Dereference()2934 if (!m_parent->IsPointerOrReferenceType()) in GetSymbolContextScope()
192 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType195 return type_system_sp->IsPointerOrReferenceType(m_type, pointee_type); in IsPointerOrReferenceType()
153 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
155 } else if (value_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1396 if (parent->IsPointerOrReferenceType()) { in GetValueForOffset()1429 if (!base->IsPointerOrReferenceType()) { in GetValueForDereferincingOffset()
1461 compiler_type.IsPointerOrReferenceType()) { in GetArgumentValues()
1461 else if (compiler_type.IsPointerOrReferenceType()) in GetArgumentValues()
704 bool IsPointerOrReferenceType(lldb::opaque_compiler_type_t type,
3264 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang