Home
last modified time | relevance | path

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

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