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

  /external/clang/include/clang/Format/
Format.h 199 bool AllowShortIfStatementsOnASingleLine;
422 AllowShortIfStatementsOnASingleLine ==
423 R.AllowShortIfStatementsOnASingleLine &&
  /external/clang/lib/Format/
Format.cpp 183 IO.mapOptional("AllowShortIfStatementsOnASingleLine",
184 Style.AllowShortIfStatementsOnASingleLine);
336 LLVMStyle.AllowShortIfStatementsOnASingleLine = false;
400 GoogleStyle.AllowShortIfStatementsOnASingleLine = true;
422 GoogleStyle.AllowShortIfStatementsOnASingleLine = false;
445 ChromiumStyle.AllowShortIfStatementsOnASingleLine = true;
451 ChromiumStyle.AllowShortIfStatementsOnASingleLine = false;
    [all...]
UnwrappedLineFormatter.cpp 101 return Style.AllowShortIfStatementsOnASingleLine
214 if (!Style.AllowShortIfStatementsOnASingleLine &&
  /external/clang/unittests/Format/
FormatTest.cpp 336 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true;
404 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = true;
428 AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine = false;
    [all...]

Completed in 121 milliseconds