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.h796 bool AllowShortCompoundRequirementOnASingleLine; member
5014 AllowShortCompoundRequirementOnASingleLine ==
5015 R.AllowShortCompoundRequirementOnASingleLine &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp529 ShouldMerge = Style.AllowShortCompoundRequirementOnASingleLine; in tryFitMultipleLinesInOne()
H A DFormat.cpp933 Style.AllowShortCompoundRequirementOnASingleLine); in mapping()
1442 LLVMStyle.AllowShortCompoundRequirementOnASingleLine = true; in getLLVMStyle()