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

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h861 ShortIfStyle AllowShortIfStatementsOnASingleLine; member in namespace:clang::format
4780 AllowShortIfStatementsOnASingleLine ==
4781 R.AllowShortIfStatementsOnASingleLine &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp577 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine ==
579 return Style.AllowShortIfStatementsOnASingleLine
646 if (Style.AllowShortIfStatementsOnASingleLine ==
760 if (!Style.AllowShortIfStatementsOnASingleLine &&
766 if (!Style.AllowShortIfStatementsOnASingleLine &&
H A DFormat.cpp931 IO.mapOptional("AllowShortIfStatementsOnASingleLine",
932 Style.AllowShortIfStatementsOnASingleLine);
1432 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1623 GoogleStyle.AllowShortIfStatementsOnASingleLine =
1698 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1744 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1777 ChromiumStyle.AllowShortIfStatementsOnASingleLine =
1798 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1803 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
1900 Style.AllowShortIfStatementsOnASingleLine
[all...]

Completed in 126 milliseconds