Searched refs:numReplExprs (Results 1 – 1 of 1) sorted by relevance
275 return {getTrailingObjects<Expr *>(), numReplExprs}; in getReplExprs()282 ReplaceStmt(SMRange loc, Expr *rootOp, unsigned numReplExprs) in ReplaceStmt() argument283 : Base(loc, rootOp), numReplExprs(numReplExprs) {} in ReplaceStmt()286 unsigned numReplExprs; variable