Searched refs:getReplExprs (Results 1 – 4 of 4) sorted by relevance
86 for (const Node *child : stmt->getReplExprs()) in visitImpl()227 stmt->getReplExprs().begin()); in create()
206 printChildren("ReplValues", stmt->getReplExprs()); in printImpl()
274 MutableArrayRef<Expr *> getReplExprs() { in getReplExprs() function277 ArrayRef<Expr *> getReplExprs() const { in getReplExprs() function278 return const_cast<ReplaceStmt *>(this)->getReplExprs(); in getReplExprs()
233 for (ast::Expr *replExpr : stmt->getReplExprs()) in genImpl()