Searched refs:FromPtrTy (Results 1 – 2 of 2) sorted by relevance
94 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
9209 if (const PointerType *FromPtrTy = FromTy->getAs<PointerType>()) { in DiagnoseBadConversion() local9212 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()9213 !FromPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()9216 FromPtrTy->getPointeeType())) in DiagnoseBadConversion()9219 } else if (const ObjCObjectPointerType *FromPtrTy in DiagnoseBadConversion() local9223 if (const ObjCInterfaceDecl *FromIface = FromPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()9226 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()