Searched refs:MainEOL (Results 1 – 1 of 1) sorted by relevance
40 StringRef MainEOL; ///< The line ending marker to use. member in __anon844b26f80111::InclusionRewriter109 : PP(PP), SM(PP.getSourceManager()), OS(OS), MainEOL("\n"), in InclusionRewriter()143 OS << MainEOL; in WriteLineInfo()259 MainEOL = FromFile->getBuffer().detectEOL(); in detectMainFileEOL()289 if (MainEOL == LocalEOL) { in OutputContentUpTo()302 OS << MainEOL; in OutputContentUpTo()311 OS << MainEOL; in OutputContentUpTo()357 OS << " expanded by -frewrite-includes */" << MainEOL; in CommentOutDirective()363 << " expanded by -frewrite-includes */" << MainEOL; in CommentOutDirective()500 OS << "#if 0" << MainEOL; in Process()[all …]