Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h146 bool AllowShortIfStatementsOnASingleLine; member in struct:clang::format::FormatStyle
604 AllowShortIfStatementsOnASingleLine ==
605 R.AllowShortIfStatementsOnASingleLine &&
/external/clang/unittests/Format/
H A DFormatTestSelective.cpp102 Style.AllowShortIfStatementsOnASingleLine = true;
H A DFormatTest.cpp294 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true;
358 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = true;
388 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = false;
3101 SingleLine.AllowShortIfStatementsOnASingleLine = true;
6733 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true;
9382 BreakBeforeBraceShortIfs.AllowShortIfStatementsOnASingleLine = true;
9724 CHECK_PARSE_BOOL(AllowShortIfStatementsOnASingleLine);
/external/clang/lib/Format/
H A DFormat.cpp242 IO.mapOptional("AllowShortIfStatementsOnASingleLine",
243 Style.AllowShortIfStatementsOnASingleLine);
477 LLVMStyle.AllowShortIfStatementsOnASingleLine = false;
550 GoogleStyle.AllowShortIfStatementsOnASingleLine = true;
573 GoogleStyle.AllowShortIfStatementsOnASingleLine = false;
598 ChromiumStyle.AllowShortIfStatementsOnASingleLine = true;
605 ChromiumStyle.AllowShortIfStatementsOnASingleLine = false;
H A DUnwrappedLineFormatter.cpp227 return Style.AllowShortIfStatementsOnASingleLine
340 if (!Style.AllowShortIfStatementsOnASingleLine &&

Completed in 108 milliseconds