Home | History | Annotate | Download | only in Sema

Lines Matching refs:getArrayDecayedType

428 getArrayDecayedType(Ty),
1326 ArgTy[ArgIdx] = S.Context.getArrayDecayedType(ArgTy[ArgIdx]);
3481 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy),
3492 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy),
9761 VaListType = Context.getArrayDecayedType(VaListType);
9935 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType);