Searched refs:FromPointeeType (Results 1 – 1 of 1) sorted by relevance
2962 QualType FromPointeeType = FromTypePtr->getPointeeType(); in IsPointerConversion() local2966 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType)) in IsPointerConversion()2972 if (FromPointeeType->isIncompleteOrObjectType() && in IsPointerConversion()2982 if (getLangOpts().MSVCCompat && FromPointeeType->isFunctionType() && in IsPointerConversion()2993 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()3013 if (getLangOpts().CPlusPlus && FromPointeeType->isRecordType() && in IsPointerConversion()3015 !Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType) && in IsPointerConversion()3016 IsDerivedFrom(From->getBeginLoc(), FromPointeeType, ToPointeeType)) { in IsPointerConversion()3023 if (FromPointeeType->isVectorType() && ToPointeeType->isVectorType() && in IsPointerConversion()3024 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()[all …]