reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2641 FromPointee = FromPointer->getPointeeType(); 2645 Qualifiers FromQuals = FromPointee.getQualifiers(); 2646 if (!FromPointee->isObjCLifetimeType() || 2659 FromPointee = FromPointee.getUnqualifiedType(); 2659 FromPointee = FromPointee.getUnqualifiedType(); 2664 if (Context.typesAreCompatible(FromPointee, ToPointee)) 2665 FromPointee = ToPointee; 2666 else if (!isObjCPointerConversion(FromPointee, ToPointee, FromPointee, 2666 else if (!isObjCPointerConversion(FromPointee, ToPointee, FromPointee, 2672 FromPointee = Context.getQualifiedType(FromPointee, FromQuals); 2672 FromPointee = Context.getQualifiedType(FromPointee, FromQuals); 2673 ConvertedType = Context.getPointerType(FromPointee);