Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4100 enum SortIncludesOptions : int8_t { enum
4132 SortIncludesOptions SortIncludes;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp618 template <> struct ScalarEnumerationTraits<FormatStyle::SortIncludesOptions> {
619 static void enumeration(IO &IO, FormatStyle::SortIncludesOptions &Value) { in enumeration()