Home
last modified time | relevance | path

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

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