Lines Matching defs:ObjCSubsts
2927 std::optional<ArrayRef<QualType>> ObjCSubsts = std::nullopt);
2932 std::optional<ArrayRef<QualType>> ObjCSubsts = std::nullopt) {
2952 if (ObjCSubsts)
2953 Type = Type.substObjCTypeArgs(Param->getASTContext(), *ObjCSubsts,
3011 ObjCSubsts);
3027 std::optional<ArrayRef<QualType>> ObjCSubsts) {
3030 if (ObjCSubsts)
3032 ResultType.substObjCTypeArgs(BlockDecl->getASTContext(), *ObjCSubsts,
3051 /*SuppressBlock=*/true, ObjCSubsts);
3710 std::optional<ArrayRef<QualType>> ObjCSubsts;
3712 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);
3716 /*SuppressBlock=*/false, ObjCSubsts);
3718 if (ObjCSubsts)
3720 Ctx, *ObjCSubsts, ObjCSubstitutionContext::Parameter);