Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h536 enum ShortIfStyle : int8_t { enum
604 ShortIfStyle AllowShortIfStatementsOnASingleLine;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp217 template <> struct ScalarEnumerationTraits<FormatStyle::ShortIfStyle> {
218 static void enumeration(IO &IO, FormatStyle::ShortIfStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1022 **AllowShortIfStatementsOnASingleLine** (``ShortIfStyle``) :versionbadge:`clang-format 3.3`