Lines Matching defs:InitTy
5316 QualType InitTy = ToType;
5321 InitTy = IAT->getElementType();
5322 if (!S.isCompleteType(From->getBeginLoc(), InitTy))
5385 if ((AT || S.isStdInitializerList(ToType, &InitTy)) && !IsDesignatedInit) {
5393 InitTy = AT->getElementType();
5408 S, &EmptyList, InitTy, SuppressUserConversions,
5429 ContTy = S.Context.getConstantArrayType(InitTy, Size, nullptr,
5436 Result.Standard.setFromType(InitTy);
5437 Result.Standard.setAllToTypes(InitTy);
5441 S, Init, InitTy, SuppressUserConversions, InOverloadResolution,