Lines Matching defs:FileEnd
140 const char* FileEnd = Buf.getBufferEnd();
142 assert (C <= FileEnd);
147 for (unsigned FilePos = 0; C != FileEnd ; ++C, ++FilePos) {
259 const char* FileEnd = Buf.getBufferEnd();
263 assert (C <= FileEnd);
268 while (C != FileEnd) {
272 unsigned LineEndPos = FileEnd - FileBeg;
275 assert (C < FileEnd);
279 while (C != FileEnd) {
299 RB.InsertTextAfter(FileEnd - FileBeg, "</table>");
307 const char* FileEnd = Buf.getBufferEnd();
310 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);