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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 728 bool AllowShortLoopsOnASingleLine;
3273 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.cpp 440 return Style.AllowShortLoopsOnASingleLine
597 if (!Style.AllowShortLoopsOnASingleLine &&
602 if (!Style.AllowShortLoopsOnASingleLine &&
Format.cpp 537 IO.mapOptional("AllowShortLoopsOnASingleLine",
538 Style.AllowShortLoopsOnASingleLine);
959 LLVMStyle.AllowShortLoopsOnASingleLine = false;
1111 GoogleStyle.AllowShortLoopsOnASingleLine = true;
1283 ChromiumStyle.AllowShortLoopsOnASingleLine = false;
1288 ChromiumStyle.AllowShortLoopsOnASingleLine = false;
1385 Style.AllowShortLoopsOnASingleLine = false;

Completed in 64 milliseconds