Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1700 enum UseTabStyle { enum
1713 UseTabStyle UseTab;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp78 template <> struct ScalarEnumerationTraits<FormatStyle::UseTabStyle> {
79 static void enumeration(IO &IO, FormatStyle::UseTabStyle &Value) { in enumeration()