Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseSimpleExpressionList

1470         if (ParseSimpleExpressionList(ExecConfigExprs, ExecConfigCommaLocs)) {
2348 if (!ParseSimpleExpressionList(ArgExprs, CommaLocs)) {
2653 /// ParseSimpleExpressionList - A simple comma-separated list of expressions,
2662 Parser::ParseSimpleExpressionList(SmallVectorImpl<Expr*> &Exprs,