Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4703 enum UseTabStyle : int8_t { enum
4721 UseTabStyle UseTab;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp801 template <> struct ScalarEnumerationTraits<FormatStyle::UseTabStyle> {
802 static void enumeration(IO &IO, FormatStyle::UseTabStyle &Value) { in enumeration()