Lines Matching refs:Line
84 void WriteLineInfo(StringRef Filename, int Line,
117 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() argument
123 OS << "#line" << ' ' << Line << ' ' << '"'; in WriteLineInfo()
129 OS << '#' << ' ' << Line << ' ' << '"'; in WriteLineInfo()
266 StringRef LocalEOL, int &Line, in OutputContentUpTo() argument
287 Line += TextToWrite.count(LocalEOL); in OutputContentUpTo()
336 unsigned &NextToWrite, int &Line, in CommentOutDirective() argument
339 SM.getFileOffset(StartToken.getLocation()), LocalEOL, Line, in CommentOutDirective()
361 LocalEOL, Line, true); in CommentOutDirective()
407 int Line = 1; // The current input file line number. in Process() local
429 NextToWrite, Line, Inc); in Process()
431 WriteLineInfo(FileName, Line - 1, FileType, ""); in Process()
459 WriteLineInfo(FileName, Line, FileType, LineInfoExtra); in Process()
468 NextToWrite, Line); in Process()
471 WriteLineInfo(FileName, Line, FileType); in Process()
476 NextToWrite, Line); in Process()
477 WriteLineInfo(FileName, Line, FileType); in Process()
488 LocalEOL, Line, /*EnsureNewline=*/true); in Process()
505 LocalEOL, Line, /*EnsureNewline=*/true); in Process()
511 WriteLineInfo(FileName, Line, FileType); in Process()
528 LocalEOL, Line, /*EnsureNewline=*/ true); in Process()
529 WriteLineInfo(FileName, Line, FileType); in Process()
543 Line, /*EnsureNewline=*/true); in Process()