Searched refs:UseCRLF (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h41 bool UseCRLF)
42 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {}
177 bool UseCRLF; member in class:clang::format::WhitespaceManager
40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, bool UseCRLF) argument
H A DWhitespaceManager.cpp267 Text.append(UseCRLF ? "\r\n" : "\n");
278 Text.append(UseCRLF ? "\\\r\n" : "\\\n");

Completed in 106 milliseconds