Lines Matching defs:Repl
140 for (const auto &Repl : FileAndReplacements.second) {
143 if (!Repl.isApplicable())
146 SmallString<128> FixAbsoluteFilePath = Repl.getFilePath();
148 tooling::Replacement R(FixAbsoluteFilePath, Repl.getOffset(),
149 Repl.getLength(), Repl.getReplacementText());
176 FixLoc = getLocation(FixAbsoluteFilePath, Repl.getOffset());
269 for (const auto &Repl : FileAndReplacements.second) {
270 if (!Repl.isApplicable())
273 FBR.FilePath = Repl.getFilePath().str();
274 FBR.FileOffset = Repl.getOffset();
275 FBR.Length = Repl.getLength();
278 Repl.getReplacementText());