Home | History | Annotate | Download | only in Parse

Lines Matching defs:Exprs

698   // by postfix exprs should return without invoking
2481 ExprVector Exprs;
2519 Exprs.push_back(ER.get());
2529 Types, Exprs);
2607 bool Parser::ParseExpressionList(SmallVectorImpl<Expr *> &Exprs,
2634 Exprs.push_back(Expr.get());
2645 for (auto &E : Exprs) {
2662 Parser::ParseSimpleExpressionList(SmallVectorImpl<Expr*> &Exprs,
2669 Exprs.push_back(Expr.get());