Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format5 AllowShortIfStatementsOnASingleLine: false
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h246 bool AllowShortIfStatementsOnASingleLine; member
1730 AllowShortIfStatementsOnASingleLine ==
1731 R.AllowShortIfStatementsOnASingleLine &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp333 Style.AllowShortIfStatementsOnASingleLine); in mapping()
636 LLVMStyle.AllowShortIfStatementsOnASingleLine = false; in getLLVMStyle()
738 GoogleStyle.AllowShortIfStatementsOnASingleLine = true; in getGoogleStyle()
805 GoogleStyle.AllowShortIfStatementsOnASingleLine = false; in getGoogleStyle()
847 ChromiumStyle.AllowShortIfStatementsOnASingleLine = true; in getChromiumStyle()
866 ChromiumStyle.AllowShortIfStatementsOnASingleLine = false; in getChromiumStyle()
871 ChromiumStyle.AllowShortIfStatementsOnASingleLine = false; in getChromiumStyle()
H A DUnwrappedLineFormatter.cpp363 return Style.AllowShortIfStatementsOnASingleLine in tryFitMultipleLinesInOne()
505 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()
510 if (!Style.AllowShortIfStatementsOnASingleLine && in tryMergeSimpleBlock()