Searched refs:WriteLineInfo (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 85 void WriteLineInfo(StringRef Filename, int Line, 118 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() function in InclusionRewriter 398 WriteLineInfo(FileName, 1, FileType, ""); in Process() 400 WriteLineInfo(FileName, 1, FileType, " 1"); in Process() 433 WriteLineInfo(FileName, Line - 1, FileType, ""); in Process() 461 WriteLineInfo(FileName, Line, FileType, LineInfoExtra); in Process() 473 WriteLineInfo(FileName, Line, FileType); in Process() 479 WriteLineInfo(FileName, Line, FileType); in Process() 513 WriteLineInfo(FileName, Line, FileType); in Process() 531 WriteLineInfo(FileName, Line, FileType); in Process()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 230 void WriteLineInfo(unsigned LineNo, const char *Extra=nullptr, 252 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() function in PrintPPOutputPPCallbacks 315 WriteLineInfo(LineNo, nullptr, 0); in MoveToLine() 389 WriteLineInfo(CurLine); in FileChanged() 404 WriteLineInfo(CurLine, " 1", 2); in FileChanged() 407 WriteLineInfo(CurLine, " 2", 2); in FileChanged() 411 WriteLineInfo(CurLine); in FileChanged()
|