Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3203 enum SortIncludesOptions : int8_t { enum
3240 SortIncludesOptions SortIncludes;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp561 template <> struct ScalarEnumerationTraits<FormatStyle::SortIncludesOptions> {
562 static void enumeration(IO &IO, FormatStyle::SortIncludesOptions &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3913 **SortIncludes** (``SortIncludesOptions``) :versionbadge:`clang-format 4`