Home
last modified time | relevance | path

Searched refs:AllowShortIfStatementsOnASingleLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format5 AllowShortIfStatementsOnASingleLine: false
/freebsd/contrib/libcbor/
H A D.clang-format15 AllowShortIfStatementsOnASingleLine: true
/freebsd/
H A D.clang-format16 AllowShortIfStatementsOnASingleLine: Never
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp577 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
579 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
646 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
760 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
766 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp932 Style.AllowShortIfStatementsOnASingleLine); in mapping()
1432 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1623 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1698 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1744 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1777 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1798 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1803 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1900 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h861 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
4780 AllowShortIfStatementsOnASingleLine ==
4781 R.AllowShortIfStatementsOnASingleLine &&