Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h812 bool AllowShortCompoundRequirementOnASingleLine; member
5346 AllowShortCompoundRequirementOnASingleLine ==
5347 R.AllowShortCompoundRequirementOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp491 ShouldMerge = Style.AllowShortCompoundRequirementOnASingleLine; in tryFitMultipleLinesInOne()
H A DFormat.cpp1002 Style.AllowShortCompoundRequirementOnASingleLine); in mapping()
1529 LLVMStyle.AllowShortCompoundRequirementOnASingleLine = true; in getLLVMStyle()