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.cpp582 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
584 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
651 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
765 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
771 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp939 Style.AllowShortIfStatementsOnASingleLine); in mapping()
1445 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1644 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1719 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1765 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1798 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1819 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1824 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1921 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h934 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
5019 AllowShortIfStatementsOnASingleLine ==
5020 R.AllowShortIfStatementsOnASingleLine &&