Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h524 bool AllowShortEnumsOnASingleLine; member
3264 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1827 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
1887 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
2503 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
2507 if (!Style.AllowShortEnumsOnASingleLine) { in parseEnum()
2513 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
H A DFormat.cpp526 Style.AllowShortEnumsOnASingleLine); in mapping()
953 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()
1381 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst700 **AllowShortEnumsOnASingleLine** (``bool``)