Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h779 bool AllowShortCaseExpressionOnASingleLine; member
5342 AllowShortCaseExpressionOnASingleLine ==
5343 R.AllowShortCaseExpressionOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp886 !(IsExpr ? Style.AllowShortCaseExpressionOnASingleLine in alignConsecutiveShortCaseStatements()
H A DUnwrappedLineFormatter.cpp480 return Style.AllowShortCaseExpressionOnASingleLine in tryFitMultipleLinesInOne()
H A DFormat.cpp998 Style.AllowShortCaseExpressionOnASingleLine); in mapping()
1527 LLVMStyle.AllowShortCaseExpressionOnASingleLine = true; in getLLVMStyle()