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

  /external/clang/include/clang/Format/
Format.h 146 bool AllowShortIfStatementsOnASingleLine;
604 AllowShortIfStatementsOnASingleLine ==
605 R.AllowShortIfStatementsOnASingleLine &&
  /external/clang/unittests/Format/
FormatTestSelective.cpp 102 Style.AllowShortIfStatementsOnASingleLine = true;
FormatTest.cpp 294 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true;
358 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = true;
388 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = false;
    [all...]
  /external/clang/lib/Format/
Format.cpp 242 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;
    [all...]
UnwrappedLineFormatter.cpp 227 return Style.AllowShortIfStatementsOnASingleLine
340 if (!Style.AllowShortIfStatementsOnASingleLine &&
    [all...]

Completed in 200 milliseconds