Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3360 enum UseTabStyle : unsigned char { enum
3381 UseTabStyle UseTab;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp98 template <> struct ScalarEnumerationTraits<FormatStyle::UseTabStyle> {
99 static void enumeration(IO &IO, FormatStyle::UseTabStyle &Value) { in enumeration()