Home
last modified time | relevance | path

Searched refs:AllowShortCompoundRequirementOnASingleLine (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h723 bool AllowShortCompoundRequirementOnASingleLine; member
4775 AllowShortCompoundRequirementOnASingleLine ==
4776 R.AllowShortCompoundRequirementOnASingleLine &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp524 ShouldMerge = Style.AllowShortCompoundRequirementOnASingleLine; in tryFitMultipleLinesInOne()
H A DFormat.cpp926 Style.AllowShortCompoundRequirementOnASingleLine); in mapping()
1429 LLVMStyle.AllowShortCompoundRequirementOnASingleLine = true; in getLLVMStyle()