Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h41 bool UseCRLF) in WhitespaceManager() argument
42 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {} in WhitespaceManager()
209 bool UseCRLF; variable
H A DWhitespaceManager.cpp656 Text.append(UseCRLF ? "\r\n" : "\n"); in appendNewlineText()
667 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()