Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2889 enum SortIncludesOptions : unsigned char { enum
2925 SortIncludesOptions SortIncludes;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp463 template <> struct ScalarEnumerationTraits<FormatStyle::SortIncludesOptions> {
464 static void enumeration(IO &IO, FormatStyle::SortIncludesOptions &Value) { in enumeration()