Home | History | Annotate | Download | only in Sema

Lines Matching refs:getArrayDecayedType

336       E = ImpCastExprToType(E, Context.getArrayDecayedType(Ty),
1173 ArgTy[ArgIdx] = S.Context.getArrayDecayedType(ArgTy[ArgIdx]);
3181 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy),
3192 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
9162 VaListType = Context.getArrayDecayedType(VaListType);
9323 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType);