Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format5 AllowShortIfStatementsOnASingleLine: false
/freebsd-13.1/contrib/libcbor/
H A D.clang-format15 AllowShortIfStatementsOnASingleLine: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h720 ShortIfStyle AllowShortIfStatementsOnASingleLine; member
3405 AllowShortIfStatementsOnASingleLine ==
3406 R.AllowShortIfStatementsOnASingleLine &&
/freebsd-13.1/
H A D.clang-format16 AllowShortIfStatementsOnASingleLine: Never
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp435 (IsElseLine() && (Style.AllowShortIfStatementsOnASingleLine == in tryFitMultipleLinesInOne()
437 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
498 if (Style.AllowShortIfStatementsOnASingleLine == in tryMergeSimpleControlStatement()
588 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
593 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
H A DFormat.cpp570 Style.AllowShortIfStatementsOnASingleLine); in mapping()
997 LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getLLVMStyle()
1156 GoogleStyle.AllowShortIfStatementsOnASingleLine = in getGoogleStyle()
1229 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1275 GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getGoogleStyle()
1308 ChromiumStyle.AllowShortIfStatementsOnASingleLine = in getChromiumStyle()
1329 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1334 ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getChromiumStyle()
1431 Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never; in getMicrosoftStyle()