Lines Matching defs:ObjCSubsts
3054 std::optional<ArrayRef<QualType>> ObjCSubsts = std::nullopt);
3059 std::optional<ArrayRef<QualType>> ObjCSubsts = std::nullopt) {
3079 if (ObjCSubsts)
3080 Type = Type.substObjCTypeArgs(Param->getASTContext(), *ObjCSubsts,
3138 ObjCSubsts);
3154 std::optional<ArrayRef<QualType>> ObjCSubsts) {
3157 if (ObjCSubsts)
3159 ResultType.substObjCTypeArgs(BlockDecl->getASTContext(), *ObjCSubsts,
3178 /*SuppressBlock=*/true, ObjCSubsts);
3837 std::optional<ArrayRef<QualType>> ObjCSubsts;
3839 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);
3843 /*SuppressBlock=*/false, ObjCSubsts);
3845 if (ObjCSubsts)
3847 Ctx, *ObjCSubsts, ObjCSubstitutionContext::Parameter);