Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h810 bool AllowShortEnumsOnASingleLine; member
5016 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2477 if (!Style.AllowShortEnumsOnASingleLine) in parseBracedList()
2533 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
3842 if (!Style.AllowShortEnumsOnASingleLine && in parseEnum()
3848 if (!Style.AllowShortEnumsOnASingleLine) { in parseEnum()
3853 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
H A DFormat.cpp935 Style.AllowShortEnumsOnASingleLine); in mapping()
1443 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()
1918 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp527 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()