Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp485 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4118 SI_CaseSensitive, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp622 IO.enumCase(Value, "CaseSensitive", FormatStyle::SI_CaseSensitive); in enumeration()
626 IO.enumCase(Value, "true", FormatStyle::SI_CaseSensitive); in enumeration()
1559 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1817 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()