Searched refs:WriteLineInfo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 84 void WriteLineInfo(StringRef Filename, int Line, 117 void InclusionRewriter::WriteLineInfo(StringRef Filename, int Line, in WriteLineInfo() function in InclusionRewriter 396 WriteLineInfo(FileName, 1, FileType, ""); in Process() 398 WriteLineInfo(FileName, 1, FileType, " 1"); in Process() 431 WriteLineInfo(FileName, Line - 1, FileType, ""); in Process() 459 WriteLineInfo(FileName, Line, FileType, LineInfoExtra); in Process() 471 WriteLineInfo(FileName, Line, FileType); in Process() 477 WriteLineInfo(FileName, Line, FileType); in Process() 511 WriteLineInfo(FileName, Line, FileType); in Process() 529 WriteLineInfo(FileName, Line, FileType); in Process()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 218 void WriteLineInfo(unsigned LineNo, const char *Extra=nullptr, 237 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() function in PrintPPOutputPPCallbacks 300 WriteLineInfo(LineNo, nullptr, 0); in MoveToLine() 374 WriteLineInfo(CurLine); in FileChanged() 389 WriteLineInfo(CurLine, " 1", 2); in FileChanged() 392 WriteLineInfo(CurLine, " 2", 2); in FileChanged() 396 WriteLineInfo(CurLine); in FileChanged()
|