Searched refs:createTupleExpr (Results 1 – 1 of 1) sorted by relevance
439 FailureOr<ast::TupleExpr *> createTupleExpr(SMRange loc,2167 return createTupleExpr(loc, elements, elementNames); in parseTupleExpr()2970 Parser::createTupleExpr(SMRange loc, ArrayRef<ast::Expr *> elements, in createTupleExpr() function in Parser