Searched refs:ToPtrTy (Results 1 – 2 of 2) sorted by relevance
127 if (const auto *ToPtrTy = dyn_cast<PointerType>(ToQTy)) { in tryToFixConversion() local136 if (isa<PointerType>(FromQTy) && ToPtrTy->isVoidPointerType()) in tryToFixConversion()
11989 if (const PointerType *ToPtrTy = ToTy->getAs<PointerType>()) { in DiagnoseBadConversion() local11990 if (ToPtrTy->getPointeeType().isAtLeastAsQualifiedAs( in DiagnoseBadConversion()11993 !ToPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()11994 S.IsDerivedFrom(SourceLocation(), ToPtrTy->getPointeeType(), in DiagnoseBadConversion()12000 if (const ObjCObjectPointerType *ToPtrTy in DiagnoseBadConversion() local12003 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()12004 if (ToPtrTy->getPointeeType().isAtLeastAsQualifiedAs( in DiagnoseBadConversion()