Home | History | Annotate | Download | only in Parse

Lines Matching defs:ArgExpr

308       ExprResult ArgExpr(
310 if (ArgExpr.isInvalid()) {
314 ArgExprs.push_back(ArgExpr.get());
2468 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc);
2469 if (ArgExpr.isInvalid()) {
2479 ArgExprs.push_back(ArgExpr.get());