Lines Matching refs:replExpr
2369 FailureOr<ast::Expr *> replExpr = parseExpr(); in parseReplaceStmt() local
2370 if (failed(replExpr)) in parseReplaceStmt()
2372 replValues.emplace_back(*replExpr); in parseReplaceStmt()
2381 FailureOr<ast::Expr *> replExpr; in parseReplaceStmt() local
2383 replExpr = parseOperationExpr(OpResultTypeContext::Replacement); in parseReplaceStmt()
2385 replExpr = parseExpr(); in parseReplaceStmt()
2386 if (failed(replExpr)) in parseReplaceStmt()
2388 replValues.emplace_back(*replExpr); in parseReplaceStmt()
3010 for (ast::Expr *&replExpr : replValues) { in createReplaceStmt()
3011 ast::Type replType = replExpr->getType(); in createReplaceStmt()
3016 replExpr = convertOpToValue(replExpr); in createReplaceStmt()
3021 return emitError(replExpr->getLoc(), in createReplaceStmt()