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

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h737 bool AllowShortEnumsOnASingleLine; member in namespace:clang::format
4777 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2443 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
2493 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
3767 if (!Style.AllowShortEnumsOnASingleLine &&
3773 if (!Style.AllowShortEnumsOnASingleLine) {
3778 if (!Style.AllowShortEnumsOnASingleLine)
H A DFormat.cpp927 IO.mapOptional("AllowShortEnumsOnASingleLine",
928 Style.AllowShortEnumsOnASingleLine);
1430 LLVMStyle.AllowShortEnumsOnASingleLine = true;
1897 Style.AllowShortEnumsOnASingleLine = false;
H A DUnwrappedLineFormatter.cpp522 ShouldMerge = Style.AllowShortEnumsOnASingleLine;

Completed in 94 milliseconds