Home
last modified time | relevance | path

Searched refs:LineEnding (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp72 Style.LineEnding > FormatStyle::LE_CRLF in separateBlocks()
75 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in separateBlocks()
76 : Style.LineEnding == FormatStyle::LE_CRLF); in separateBlocks()
H A D.clang-format3 LineEnding: LF
H A DFormat.cpp942 IO.mapOptional("LineEnding", Style.LineEnding); in mapping()
1087 if (Style.LineEnding == FormatStyle::LE_DeriveLF) { in mapping()
1089 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()
1091 Style.LineEnding = FormatStyle::LE_DeriveCRLF; in mapping()
1406 LLVMStyle.LineEnding = FormatStyle::LE_DeriveLF; in getLLVMStyle()
2233 Style.LineEnding > FormatStyle::LE_CRLF in analyze()
2236 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in analyze()
2237 : Style.LineEnding == FormatStyle::LE_CRLF); in analyze()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A D.clang-format3 LineEnding: LF
H A DFormat.h2747 LineEndingStyle LineEnding; member
4257 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A D.clang-format3 LineEnding: LF
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2689 ``LineEnding``.
3620 **LineEnding** (``LineEndingStyle``) :versionbadge:`clang-format 16` :ref:`¶ <LineEnding>`
5202 This option is **deprecated**. See ``LF`` and ``CRLF`` of ``LineEnding``.
H A DReleaseNotes.rst1138 - Add ``LineEnding`` option to deprecate ``DeriveLineEnding`` and ``UseCRLF``.