Searched refs:AllowShortEnumsOnASingleLine (Results 1 – 4 of 4) sorted by relevance
524 bool AllowShortEnumsOnASingleLine; member3264 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
1827 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()
526 Style.AllowShortEnumsOnASingleLine); in mapping()953 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()1381 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()
700 **AllowShortEnumsOnASingleLine** (``bool``)