Searched defs:ExprList (Results 1 – 4 of 4) sorted by relevance
2077 NodeArray ExprList; variable4986 NodeArray ExprList = popTrailingNodeArray(Exprs); in parseExpr() local
1997 canInitializeArrayWithEmbedDataString(ArrayRef<Expr *> ExprList, in canInitializeArrayWithEmbedDataString()
15748 typedef struct ExprList ExprList; typedef19587 struct ExprList { struct19590 struct ExprList_item { /* For each expression in the list */ argument19606 struct { /* Used by any ExprList other than Parse.pConsExpr */ argument19616 /* The size (in bytes) of an ExprList object that is big enough to hold argument
11932 llvm::SmallVector<Expr *> ExprList; in readOpenACCIntExprList() local