Home
last modified time | relevance | path

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

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