Searched refs:FromPtrTy (Results 1 – 2 of 2) sorted by relevance
93 if (const PointerType *FromPtrTy = dyn_cast<PointerType>(FromQTy)) { in tryToFixConversion() local97 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy, in tryToFixConversion()
11988 if (const PointerType *FromPtrTy = FromTy->getAs<PointerType>()) { in DiagnoseBadConversion() local11991 FromPtrTy->getPointeeType(), S.getASTContext()) && in DiagnoseBadConversion()11992 !FromPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()11995 FromPtrTy->getPointeeType())) in DiagnoseBadConversion()11998 } else if (const ObjCObjectPointerType *FromPtrTy in DiagnoseBadConversion() local12002 if (const ObjCInterfaceDecl *FromIface = FromPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()12005 FromPtrTy->getPointeeType(), S.getASTContext()) && in DiagnoseBadConversion()