Home
last modified time | relevance | path

Searched refs:SI_CaseInsensitive (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DSortImportsTestJava.cpp35 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in SortImportsTestJava()
H A DSortIncludesTest.cpp632 EXPECT_FALSE(FmtStyle.SortIncludes == FormatStyle::SI_CaseInsensitive); in TEST_F()
634 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in TEST_F()
H A DFormatTest.cpp20648 FormatStyle::SI_CaseInsensitive); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3230 SI_CaseInsensitive, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp564 IO.enumCase(Value, "CaseInsensitive", FormatStyle::SI_CaseInsensitive); in enumeration()
2678 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3945 * ``SI_CaseInsensitive`` (in configuration: ``CaseInsensitive``)