Lines Matching defs:DestPointee
809 QualType DestPointee;
813 DestPointee = DestPointer->getPointeeType();
815 DestPointee = DestReference->getPointeeType();
823 const RecordType *DestRecord = DestPointee->getAs<RecordType>();
824 if (DestPointee->isVoidType()) {
827 if (Self.RequireCompleteType(OpRange.getBegin(), DestPointee,
835 << DestPointee.getUnqualifiedType() << DestRange;
887 assert((DestRecord || DestPointee->isVoidType()) &&
892 if (!DestPointee.isAtLeastAsQualifiedAs(SrcPointee, Self.getASTContext())) {
909 Self.IsDerivedFrom(OpRange.getBegin(), SrcPointee, DestPointee)) {
910 if (Self.CheckDerivedToBaseConversion(SrcPointee, DestPointee,
933 if (!Self.getLangOpts().RTTI && !DestPointee->isVoidType()) {
945 if (MicrosoftABI || !DestPointee->isVoidType())
1453 QualType DestPointee = DestPointer->getPointeeType();
1454 if (DestPointee->isIncompleteOrObjectType()) {
1459 Qualifiers DestPointeeQuals = DestPointee.getQualifiers();
1481 DestPointee->isFunctionType()) {
1612 QualType DestPointee = DestReference->getPointeeType();
1619 Self.Context.getCanonicalType(DestPointee), CStyle,