Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/
H A D.clang-format20 AllowShortEnumsOnASingleLine: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h826 bool AllowShortEnumsOnASingleLine; member
5348 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2511 if (!Style.AllowShortEnumsOnASingleLine) in parseBracedList()
2567 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
3859 if (!Style.AllowShortEnumsOnASingleLine && in parseEnum()
3865 if (!Style.AllowShortEnumsOnASingleLine) { in parseEnum()
3870 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
H A DFormat.cpp1004 Style.AllowShortEnumsOnASingleLine); in mapping()
1530 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()
2020 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp489 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()