Searched refs:FromPtrTy (Results 1 – 3 of 3) sorted by relevance
94 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
93 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
10540 if (const PointerType *FromPtrTy = FromTy->getAs<PointerType>()) { in DiagnoseBadConversion() local10543 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()10544 !FromPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()10547 FromPtrTy->getPointeeType())) in DiagnoseBadConversion()10550 } else if (const ObjCObjectPointerType *FromPtrTy in DiagnoseBadConversion() local10554 if (const ObjCInterfaceDecl *FromIface = FromPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()10557 FromPtrTy->getPointeeType()) && in DiagnoseBadConversion()