Searched defs:ExprList (Results 1 – 4 of 4) sorted by relevance
25 } ExprList; typedef
1112 ast::ExpressionList ExprList() { return {}; } in ExprList() function1118 ast::ExpressionList ExprList(ARGS&&... args) { in ExprList() function1127 ast::ExpressionList ExprList(ast::ExpressionList list) { return list; } in ExprList() function
1737 NodeArray ExprList; variable4108 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseNewExpr() local
14760 typedef struct ExprList ExprList; typedef18500 struct ExprList { struct18503 struct ExprList_item { /* For each expression in the list */ argument18519 struct { /* Used by any ExprList other than Parse.pConsExpr */ argument18526 } a[1]; /* One slot for each expression in the list */