Lines Matching refs:Line
85 void WriteLineInfo(StringRef Filename, int Line,
118 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() argument
124 OS << "#line" << ' ' << Line << ' ' << '"'; in WriteLineInfo()
130 OS << '#' << ' ' << Line << ' ' << '"'; in WriteLineInfo()
268 StringRef LocalEOL, int &Line, in OutputContentUpTo() argument
289 Line += TextToWrite.count(LocalEOL); in OutputContentUpTo()
338 unsigned &NextToWrite, int &Line, in CommentOutDirective() argument
341 SM.getFileOffset(StartToken.getLocation()), LocalEOL, Line, in CommentOutDirective()
363 LocalEOL, Line, true); in CommentOutDirective()
409 int Line = 1; // The current input file line number. in Process() local
431 NextToWrite, Line, Inc); in Process()
433 WriteLineInfo(FileName, Line - 1, FileType, ""); in Process()
461 WriteLineInfo(FileName, Line, FileType, LineInfoExtra); in Process()
470 NextToWrite, Line); in Process()
473 WriteLineInfo(FileName, Line, FileType); in Process()
478 NextToWrite, Line); in Process()
479 WriteLineInfo(FileName, Line, FileType); in Process()
490 LocalEOL, Line, /*EnsureNewline=*/true); in Process()
507 LocalEOL, Line, /*EnsureNewline=*/true); in Process()
513 WriteLineInfo(FileName, Line, FileType); in Process()
530 LocalEOL, Line, /*EnsureNewline=*/ true); in Process()
531 WriteLineInfo(FileName, Line, FileType); in Process()
545 Line, /*EnsureNewline=*/true); in Process()