Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h796 bool AllowShortCompoundRequirementOnASingleLine; member
5014 AllowShortCompoundRequirementOnASingleLine ==
5015 R.AllowShortCompoundRequirementOnASingleLine &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineFormatter.cpp529 ShouldMerge = Style.AllowShortCompoundRequirementOnASingleLine; in tryFitMultipleLinesInOne()
HDFormat.cpp933 Style.AllowShortCompoundRequirementOnASingleLine); in mapping()
1442 LLVMStyle.AllowShortCompoundRequirementOnASingleLine = true; in getLLVMStyle()