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()
10858 if (const PointerType *ToPtrTy = ToTy->getAs<PointerType>()) { in DiagnoseBadConversion() local10859 if (ToPtrTy->getPointeeType().isAtLeastAsQualifiedAs( in DiagnoseBadConversion()10862 !ToPtrTy->getPointeeType()->isIncompleteType() && in DiagnoseBadConversion()10863 S.IsDerivedFrom(SourceLocation(), ToPtrTy->getPointeeType(), in DiagnoseBadConversion()10869 if (const ObjCObjectPointerType *ToPtrTy in DiagnoseBadConversion() local10872 if (const ObjCInterfaceDecl *ToIface = ToPtrTy->getInterfaceDecl()) in DiagnoseBadConversion()10873 if (ToPtrTy->getPointeeType().isAtLeastAsQualifiedAs( in DiagnoseBadConversion()