Searched refs:NextToWrite (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 96 unsigned &NextToWrite, int &Lines); 340 unsigned &NextToWrite, int &Line) { in CommentOutDirective() argument 341 OutputContentUpTo(FromFile, NextToWrite, in CommentOutDirective() 353 OutputContentUpTo(FromFile, NextToWrite, in CommentOutDirective() 400 unsigned NextToWrite = SM.getFileOffset(RawLex.getSourceLocation()); in Process() local 401 assert(SM.getLineNumber(FileId, NextToWrite) == 1); in Process() 421 CommentOutDirective(RawLex, HashToken, FromFile, LocalEOL, NextToWrite, in Process() 457 NextToWrite, Line); in Process() 465 NextToWrite, Line); in Process() 475 OutputContentUpTo(FromFile, NextToWrite, in Process() [all …]
|