Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format5 AllowShortIfStatementsOnASingleLine: false
/freebsd/contrib/libucl/
H A D.clang-format13 AllowShortIfStatementsOnASingleLine: Always
/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.cpp544 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
546 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
695 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
806 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
812 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp1008 Style.AllowShortIfStatementsOnASingleLine); in mapping()
1532 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1743 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1821 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1868 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1901 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1921 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1926 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
2023 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h950 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
5351 AllowShortIfStatementsOnASingleLine ==
5352 R.AllowShortIfStatementsOnASingleLine &&