Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp471 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3221 SI_CaseSensitive, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp565 IO.enumCase(Value, "CaseSensitive", FormatStyle::SI_CaseSensitive); in enumeration()
569 IO.enumCase(Value, "true", FormatStyle::SI_CaseSensitive); in enumeration()
1337 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1541 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20645 FormatStyle::SI_CaseSensitive); in TEST_F()
20650 FormatStyle::SI_CaseSensitive); in TEST_F()
23196 Style.SortIncludes = FormatStyle::SI_CaseSensitive; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3934 * ``SI_CaseSensitive`` (in configuration: ``CaseSensitive``)