HomeSort by: relevance | last modified time | path
    Searched refs:AllowShortEnumsOnASingleLine (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 524 bool AllowShortEnumsOnASingleLine;
3264 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 1827 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
1887 if (IsEnum && !Style.AllowShortEnumsOnASingleLine)
2503 if (!Style.AllowShortEnumsOnASingleLine)
2507 if (!Style.AllowShortEnumsOnASingleLine) {
2513 if (!Style.AllowShortEnumsOnASingleLine)
Format.cpp 525 IO.mapOptional("AllowShortEnumsOnASingleLine",
526 Style.AllowShortEnumsOnASingleLine);
953 LLVMStyle.AllowShortEnumsOnASingleLine = true;
1381 Style.AllowShortEnumsOnASingleLine = false;

Completed in 25 milliseconds