Searched refs:FromPointeeType (Results 1 – 1 of 1) sorted by relevance
2785 QualType FromPointeeType = FromTypePtr->getPointeeType(); in IsPointerConversion() local2789 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType)) in IsPointerConversion()2795 if (FromPointeeType->isIncompleteOrObjectType() && in IsPointerConversion()2805 if (getLangOpts().MSVCCompat && FromPointeeType->isFunctionType() && in IsPointerConversion()2816 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()2836 if (getLangOpts().CPlusPlus && FromPointeeType->isRecordType() && in IsPointerConversion()2838 !Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType) && in IsPointerConversion()2839 IsDerivedFrom(From->getBeginLoc(), FromPointeeType, ToPointeeType)) { in IsPointerConversion()2846 if (FromPointeeType->isVectorType() && ToPointeeType->isVectorType() && in IsPointerConversion()2847 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()[all …]