Home
last modified time | relevance | path

Searched refs:AllowShortEnumsOnASingleLine (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h737 bool AllowShortEnumsOnASingleLine; member
4777 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2443 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
2493 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
3767 if (!Style.AllowShortEnumsOnASingleLine && in parseEnum()
3773 if (!Style.AllowShortEnumsOnASingleLine) { in parseEnum()
3778 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
H A DFormat.cpp928 Style.AllowShortEnumsOnASingleLine); in mapping()
1430 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()
1897 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp522 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()