HomeSort by: relevance | last modified time | path
    Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 691 ShortIfStyle AllowShortIfStatementsOnASingleLine;
3270 AllowShortIfStatementsOnASingleLine ==
3271 R.AllowShortIfStatementsOnASingleLine &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.cpp 433 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine ==
435 return Style.AllowShortIfStatementsOnASingleLine
496 if (Style.AllowShortIfStatementsOnASingleLine ==
586 if (!Style.AllowShortIfStatementsOnASingleLine &&
591 if (!Style.AllowShortIfStatementsOnASingleLine &&
Format.cpp 535 IO.mapOptional("AllowShortIfStatementsOnASingleLine",
536 Style.AllowShortIfStatementsOnASingleLine);
957 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1109 GoogleStyle.AllowShortIfStatementsOnASingleLine =
1182 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1228 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1261 ChromiumStyle.AllowShortIfStatementsOnASingleLine =
1282 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1287 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1384 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never
    [all...]

Completed in 16 milliseconds