Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h553 bool AllowShortEnumsOnASingleLine; member
3399 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1891 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
1951 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
2581 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
2585 if (!Style.AllowShortEnumsOnASingleLine) { in parseEnum()
2591 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
H A DFormat.cpp560 Style.AllowShortEnumsOnASingleLine); in mapping()
993 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()
1428 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()