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.h763 bool AllowShortCaseExpressionOnASingleLine; member
5010 AllowShortCaseExpressionOnASingleLine ==
5011 R.AllowShortCaseExpressionOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp518 return Style.AllowShortCaseExpressionOnASingleLine in tryFitMultipleLinesInOne()
H A DWhitespaceManager.cpp886 !(IsExpr ? Style.AllowShortCaseExpressionOnASingleLine in alignConsecutiveShortCaseStatements()
H A DFormat.cpp929 Style.AllowShortCaseExpressionOnASingleLine); in mapping()
1440 LLVMStyle.AllowShortCaseExpressionOnASingleLine = true; in getLLVMStyle()