Searched refs:AllowShortLoopsOnASingleLine (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h203 bool AllowShortLoopsOnASingleLine; member in struct:clang::format::FormatStyle
424 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
/external/clang/lib/Format/
H A DFormat.cpp185 IO.mapOptional("AllowShortLoopsOnASingleLine",
186 Style.AllowShortLoopsOnASingleLine);
337 LLVMStyle.AllowShortLoopsOnASingleLine = false;
401 GoogleStyle.AllowShortLoopsOnASingleLine = true;
452 ChromiumStyle.AllowShortLoopsOnASingleLine = false;
H A DUnwrappedLineFormatter.cpp106 return Style.AllowShortLoopsOnASingleLine
217 if (!Style.AllowShortLoopsOnASingleLine &&
/external/clang/unittests/Format/
H A DFormatTest.cpp379 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true;
405 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true;
434 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false;
8631 BreakBeforeBraceShortIfs.AllowShortLoopsOnASingleLine = true;
8911 CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine);

Completed in 129 milliseconds