Searched refs:WriteLineInfo (Results 1 – 3 of 3) 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 | 229 void WriteLineInfo(unsigned LineNo, const char *Extra=nullptr, 251 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo, in WriteLineInfo() function in PrintPPOutputPPCallbacks 314 WriteLineInfo(LineNo, nullptr, 0); in MoveToLine() 388 WriteLineInfo(CurLine); in FileChanged() 403 WriteLineInfo(CurLine, " 1", 2); in FileChanged() 406 WriteLineInfo(CurLine, " 2", 2); in FileChanged() 410 WriteLineInfo(CurLine); in FileChanged()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 1206 …iteLineInfoEjPKcj", "(anonymous namespace)::PrintPPOutputPPCallbacks::WriteLineInfo(unsigned int, …
|