Searched refs:FromPointeeType (Results 1 – 1 of 1) sorted by relevance
2523 QualType FromPointeeType = FromTypePtr->getPointeeType(); in IsPointerConversion() local2527 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType)) in IsPointerConversion()2533 if (FromPointeeType->isIncompleteOrObjectType() && in IsPointerConversion()2543 if (getLangOpts().MSVCCompat && FromPointeeType->isFunctionType() && in IsPointerConversion()2554 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()2574 if (getLangOpts().CPlusPlus && FromPointeeType->isRecordType() && in IsPointerConversion()2576 !Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType) && in IsPointerConversion()2577 IsDerivedFrom(From->getBeginLoc(), FromPointeeType, ToPointeeType)) { in IsPointerConversion()2584 if (FromPointeeType->isVectorType() && ToPointeeType->isVectorType() && in IsPointerConversion()2585 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()[all …]