Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h178 bool AllowShortBlocksOnASingleLine; member
1725 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp292 return Style.AllowShortBlocksOnASingleLine in tryFitMultipleLinesInOne()
309 if (Style.AllowShortBlocksOnASingleLine) { in tryFitMultipleLinesInOne()
403 (I[1]->First->is(tok::l_brace) && !Style.AllowShortBlocksOnASingleLine)) in tryMergeSimpleControlStatement()
501 if (!Style.AllowShortBlocksOnASingleLine) in tryMergeSimpleBlock()
597 if (Style.AllowShortBlocksOnASingleLine || in tryMergeSimpleBlock()
H A DFormat.cpp327 Style.AllowShortBlocksOnASingleLine); in mapping()
634 LLVMStyle.AllowShortBlocksOnASingleLine = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2959 if (Left.is(TT_ObjCBlockLBrace) && !Style.AllowShortBlocksOnASingleLine) in mustBreakBefore()