Searched refs:ToMatch (Results 1 – 1 of 1) sorted by relevance
109 const Stmt *ToMatch = Result.Nodes.getNodeAs<Stmt>(ToId); in run() local110 if (FromMatch && ToMatch) { in run()112 replaceStmtWithStmt(*Result.SourceManager, *FromMatch, *ToMatch)); in run()