Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h882 enum ShortIfStyle : int8_t { enum
950 ShortIfStyle AllowShortIfStatementsOnASingleLine;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp638 template <> struct ScalarEnumerationTraits<FormatStyle::ShortIfStyle> {
639 static void enumeration(IO &IO, FormatStyle::ShortIfStyle &Value) { in enumeration()