Lines Matching refs:EOL
67 StringRef EOL, StringRef Extra = StringRef());
70 StringRef EOL, int &lines,
73 const MemoryBuffer &FromFile, StringRef EOL,
97 StringRef EOL, StringRef Extra) { in WriteLineInfo() argument
117 OS << EOL; in WriteLineInfo()
198 StringRef EOL, int &Line, in OutputContentUpTo() argument
209 OS << EOL; in OutputContentUpTo()
222 StringRef EOL, in CommentOutDirective() argument
225 SM.getFileOffset(StartToken.getLocation()), EOL, Line); in CommentOutDirective()
230 OS << "#if 0 /* expanded by -frewrite-includes */" << EOL; in CommentOutDirective()
233 EOL, Line); in CommentOutDirective()
234 OS << "#endif /* expanded by -frewrite-includes */" << EOL; in CommentOutDirective()
261 StringRef EOL = DetectEOL(FromFile); in Process() local
264 WriteLineInfo(FileName, 1, FileType, EOL, " 1"); in Process()
290 CommentOutDirective(RawLex, HashToken, FromFile, EOL, NextToWrite, in Process()
300 WriteLineInfo(FileName, Line, FileType, EOL, " 2"); in Process()
304 WriteLineInfo(FileName, Line, FileType, EOL); in Process()
312 CommentOutDirective(RawLex, HashToken, FromFile, EOL, in Process()
316 WriteLineInfo(FileName, Line, FileType, EOL); in Process()
320 CommentOutDirective(RawLex, HashToken, FromFile, EOL, in Process()
322 WriteLineInfo(FileName, Line, FileType, EOL); in Process()
335 SM.getFileOffset(SM.getLocForEndOfFile(FileId)) + 1, EOL, Line, in Process()