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

  /external/clang/include/clang/Format/
Format.h 203 bool AllowShortLoopsOnASingleLine;
424 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
  /external/clang/lib/Format/
Format.cpp 185 IO.mapOptional("AllowShortLoopsOnASingleLine",
186 Style.AllowShortLoopsOnASingleLine);
337 LLVMStyle.AllowShortLoopsOnASingleLine = false;
401 GoogleStyle.AllowShortLoopsOnASingleLine = true;
452 ChromiumStyle.AllowShortLoopsOnASingleLine = false;
    [all...]
UnwrappedLineFormatter.cpp 106 return Style.AllowShortLoopsOnASingleLine
217 if (!Style.AllowShortLoopsOnASingleLine &&
  /external/clang/unittests/Format/
FormatTest.cpp 379 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true;
405 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true;
434 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false;
    [all...]

Completed in 324 milliseconds