Searched refs:AllowShortBlocksOnASingleLine (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h690 ShortBlockStyle AllowShortBlocksOnASingleLine; member in namespace:clang::format
4772 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp428 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never
622 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) {
748 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never ||
749 (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Empty &&
876 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never ||
H A DFormat.cpp921 IO.mapOptional("AllowShortBlocksOnASingleLine",
922 Style.AllowShortBlocksOnASingleLine);
1427 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
1846 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
H A DTokenAnnotator.cpp5285 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never) {

Completed in 199 milliseconds