Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp474 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3958 SI_CaseSensitive, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp629 IO.enumCase(Value, "CaseSensitive", FormatStyle::SI_CaseSensitive); in enumeration()
633 IO.enumCase(Value, "true", FormatStyle::SI_CaseSensitive); in enumeration()
1540 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1796 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()