Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h41 bool UseCRLF) in WhitespaceManager() argument
42 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {} in WhitespaceManager()
44 bool useCRLF() const { return UseCRLF; } in useCRLF()
229 bool UseCRLF; variable
H A DBreakableToken.h362 const FormatStyle &Style, bool UseCRLF);
H A DWhitespaceManager.cpp992 Text.append(UseCRLF ? "\r\n" : "\n"); in appendNewlineText()
1003 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()
H A DBreakableToken.cpp369 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment() argument
379 .split(Lines, UseCRLF ? "\r\n" : "\n"); in BreakableBlockComment()
H A DFormat.cpp715 IO.mapOptional("UseCRLF", Style.UseCRLF); in mapping()
1040 LLVMStyle.UseCRLF = false; in getLLVMStyle()
1644 Style.UseCRLF) in analyze()
1645 : Style.UseCRLF); in analyze()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3244 bool UseCRLF; member
3384 UseTab == R.UseTab && UseCRLF == R.UseCRLF &&
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2119 or ``\n``). ``UseCRLF`` is only used as a fallback if none can be derived.
3621 **UseCRLF** (``bool``)