Home
last modified time | relevance | path

Searched refs:DeriveLineEnding (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1933 bool DeriveLineEnding; member
3895 DeriveLineEnding == R.DeriveLineEnding &&
/llvm-project-15.0.7/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp72 Style.DeriveLineEnding in separateBlocks()
H A DFormat.cpp749 IO.mapOptional("DeriveLineEnding", Style.DeriveLineEnding); in mapping()
1247 LLVMStyle.DeriveLineEnding = true; in getLLVMStyle()
2034 Style.DeriveLineEnding in analyze()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20056 CHECK_PARSE_BOOL(DeriveLineEnding); in TEST_F()
22455 style.DeriveLineEnding = true; in TEST_F()
22481 style.DeriveLineEnding = false; in TEST_F()
22511 style.DeriveLineEnding = true; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2424 **DeriveLineEnding** (``Boolean``) :versionbadge:`clang-format 10`
4556 Also used as fallback if ``DeriveLineEnding`` is true.