Searched refs:WriteLineInfo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 83 void WriteLineInfo(StringRef Filename, int Line, 114 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() function in InclusionRewriter 369 WriteLineInfo(FileName, 1, FileType, ""); in Process() 371 WriteLineInfo(FileName, 1, FileType, " 1"); in Process() 402 WriteLineInfo(FileName, Line - 1, FileType, ""); in Process() 426 WriteLineInfo(FileName, Line, FileType, LineInfoExtra); in Process() 438 WriteLineInfo(FileName, Line, FileType); in Process() 444 WriteLineInfo(FileName, Line, FileType); in Process() 478 WriteLineInfo(FileName, Line, FileType); in Process() 496 WriteLineInfo(FileName, Line, FileType); in Process()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 212 void WriteLineInfo(unsigned LineNo, const char *Extra=nullptr, 231 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() function in PrintPPOutputPPCallbacks 294 WriteLineInfo(LineNo, nullptr, 0); in MoveToLine() 364 WriteLineInfo(CurLine); in FileChanged() 379 WriteLineInfo(CurLine, " 1", 2); in FileChanged() 382 WriteLineInfo(CurLine, " 2", 2); in FileChanged() 386 WriteLineInfo(CurLine); in FileChanged()
|