Lines Matching defs:FileEnd
141 const char* FileEnd = Buf.getBufferEnd();
143 assert (C <= FileEnd);
148 for (unsigned FilePos = 0; C != FileEnd ; ++C, ++FilePos) {
260 const char* FileEnd = Buf.getBufferEnd();
264 assert (C <= FileEnd);
269 while (C != FileEnd) {
273 unsigned LineEndPos = FileEnd - FileBeg;
276 assert (C < FileEnd);
280 while (C != FileEnd) {
300 RB.InsertTextAfter(FileEnd - FileBeg, "</table>");
308 const char* FileEnd = Buf.getBufferEnd();
311 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);