Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgExpr

3084         ExprResult ArgExpr =
3087 if (ArgExpr.isInvalid())
3089 Args.push_back(CastForMoving(SemaRef, ArgExpr.get(), PD->getType()));