Searched defs:ExprList (Results 1 – 4 of 4) sorted by relevance
2077 NodeArray ExprList; variable4986 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseExpr() local
15351 typedef struct ExprList ExprList; typedef19169 struct ExprList { struct19172 struct ExprList_item { /* For each expression in the list */ argument19188 struct { /* Used by any ExprList other than Parse.pConsExpr */ argument19195 } a[1]; /* One slot for each expression in the list */
1997 canInitializeArrayWithEmbedDataString(ArrayRef<Expr *> ExprList, in canInitializeArrayWithEmbedDataString()
11877 llvm::SmallVector<Expr *> ExprList; in readOpenACCIntExprList() local