Searched refs:ToPointeeType (Results 1 – 4 of 4) sorted by relevance
2402 QualType ToPointeeType = ToTypePtr->getPointeeType(); in IsPointerConversion() local2403 if (FromType->isObjCObjectPointerType() && ToPointeeType->isVoidType() && in IsPointerConversion()2407 ToPointeeType, in IsPointerConversion()2419 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType)) in IsPointerConversion()2426 ToPointeeType->isVoidType()) { in IsPointerConversion()2428 ToPointeeType, in IsPointerConversion()2436 ToPointeeType->isVoidType()) { in IsPointerConversion()2438 ToPointeeType, in IsPointerConversion()2446 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()2448 ToPointeeType, in IsPointerConversion()[all …]
3859 if (const BuiltinType *ToPointeeType in IsStringLiteralToNonConstPointerConversion() local3871 return (ToPointeeType->getKind() == BuiltinType::Char_U || in IsStringLiteralToNonConstPointerConversion()3872 ToPointeeType->getKind() == BuiltinType::Char_S); in IsStringLiteralToNonConstPointerConversion()3875 QualType(ToPointeeType, 0)); in IsStringLiteralToNonConstPointerConversion()
1606 QualType ToPointeeType = Importer.Import(T->getPointeeType()); in VisitPointerType() local1607 if (ToPointeeType.isNull()) in VisitPointerType()1610 return Importer.getToContext().getPointerType(ToPointeeType); in VisitPointerType()1615 QualType ToPointeeType = Importer.Import(T->getPointeeType()); in VisitBlockPointerType() local1616 if (ToPointeeType.isNull()) in VisitBlockPointerType()1619 return Importer.getToContext().getBlockPointerType(ToPointeeType); in VisitBlockPointerType()1625 QualType ToPointeeType = Importer.Import(T->getPointeeTypeAsWritten()); in VisitLValueReferenceType() local1626 if (ToPointeeType.isNull()) in VisitLValueReferenceType()1629 return Importer.getToContext().getLValueReferenceType(ToPointeeType); in VisitLValueReferenceType()1635 QualType ToPointeeType = Importer.Import(T->getPointeeTypeAsWritten()); in VisitRValueReferenceType() local[all …]
3151 if (const BuiltinType *ToPointeeType in IsStringLiteralToNonConstPointerConversion() local3163 return (ToPointeeType->getKind() == BuiltinType::Char_U || in IsStringLiteralToNonConstPointerConversion()3164 ToPointeeType->getKind() == BuiltinType::Char_S); in IsStringLiteralToNonConstPointerConversion()3167 QualType(ToPointeeType, 0)); in IsStringLiteralToNonConstPointerConversion()