Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgExprs

1001                                 MultiExprArg ArgExprs) {
1003 assert(NumAssocs == ArgExprs.size());
1006 Expr **Exprs = ArgExprs.release();
3598 MultiExprArg ArgExprs, SourceLocation RParenLoc,
3600 unsigned NumArgs = ArgExprs.size();
3607 Expr **Args = ArgExprs.release();