Searched refs:FromPointeeType (Results 1 – 1 of 1) sorted by relevance
2415 QualType FromPointeeType = FromTypePtr->getPointeeType(); in IsPointerConversion() local2419 if (Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType)) in IsPointerConversion()2425 if (FromPointeeType->isIncompleteOrObjectType() && in IsPointerConversion()2435 if (getLangOpts().MSVCCompat && FromPointeeType->isFunctionType() && in IsPointerConversion()2446 Context.typesAreCompatible(FromPointeeType, ToPointeeType)) { in IsPointerConversion()2466 if (getLangOpts().CPlusPlus && FromPointeeType->isRecordType() && in IsPointerConversion()2468 !Context.hasSameUnqualifiedType(FromPointeeType, ToPointeeType) && in IsPointerConversion()2469 IsDerivedFrom(From->getBeginLoc(), FromPointeeType, ToPointeeType)) { in IsPointerConversion()2476 if (FromPointeeType->isVectorType() && ToPointeeType->isVectorType() && in IsPointerConversion()2477 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()[all …]