Home | History | Annotate | Download | only in Sema

Lines Matching refs:getArrayDecayedType

462       E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty),
1454 ArgTy[ArgIdx] = S.Context.getArrayDecayedType(ArgTy[ArgIdx]);
3710 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy),
3721 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
10285 VaListType = Context.getArrayDecayedType(VaListType);
10471 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType);