Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp487 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4109 SI_Never, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp620 IO.enumCase(Value, "Never", FormatStyle::SI_Never); in enumeration()
625 IO.enumCase(Value, "false", FormatStyle::SI_Never); in enumeration()
1944 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()