Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/tools/clang-format/
DClangFormat.cpp407 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h2907 SI_CaseSensitive, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp467 IO.enumCase(Value, "CaseSensitive", FormatStyle::SI_CaseSensitive); in enumeration()
471 IO.enumCase(Value, "true", FormatStyle::SI_CaseSensitive); in enumeration()
1121 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1327 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()