HomeSort by relevance Sort by last modified time
    Searched refs:AllowShortLoopsOnASingleLine (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Format/
Format.h 196 bool AllowShortLoopsOnASingleLine;
372 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
  /external/clang/lib/Format/
Format.cpp 172 IO.mapOptional("AllowShortLoopsOnASingleLine",
173 Style.AllowShortLoopsOnASingleLine);
313 LLVMStyle.AllowShortLoopsOnASingleLine = false;
372 GoogleStyle.AllowShortLoopsOnASingleLine = true;
405 ChromiumStyle.AllowShortLoopsOnASingleLine = false;
633 return Style.AllowShortLoopsOnASingleLine
710 if (!Style.AllowShortLoopsOnASingleLine &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 337 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true;
363 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true;
392 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false;
    [all...]

Completed in 61 milliseconds