Lines Matching refs:getFilePath
105 if (LHS.getFilePath() != RHS.getFilePath())
106 return LHS.getFilePath() < RHS.getFilePath();
113 LHS.getFilePath() == RHS.getFilePath() &&
161 return Replacement(R.getFilePath(), NewStart, NewEnd - NewStart,
208 R.getFilePath(), Prev.getOffset(), Prev.getLength() + R.getLength(),
248 if (!Replaces.empty() && R.getFilePath() != Replaces.begin()->getFilePath())
263 Replacement AtEnd(R.getFilePath(), R.getOffset() + R.getLength(), 0, "");
282 R.getFilePath(), R.getOffset(), 0,
370 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()),
524 FakeReplaces.add(Replacement(Replaces.begin()->getFilePath(),