Searched defs:TupleLiteral (Results 1 – 1 of 1) sorted by relevance
1156 struct TupleLiteral : public Expr { struct1157 explicit TupleLiteral(const TreeRef& tree) : Expr(tree) { in TupleLiteral() argument1163 static TupleLiteral create( in create() argument