Home
last modified time | relevance | path

Searched refs:BreakBeforeConceptDeclarations (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2076 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations; member
4800 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp961 Style.BreakBeforeConceptDeclarations); in mapping()
1468 LLVMStyle.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Always; in getLLVMStyle()
H A DContinuationIndenter.cpp546 switch (Style.BreakBeforeConceptDeclarations) { in mustBreak()
H A DTokenAnnotator.cpp5182 return Style.BreakBeforeConceptDeclarations == FormatStyle::BBCDS_Always; in mustBreakBefore()
5613 return Style.BreakBeforeConceptDeclarations != FormatStyle::BBCDS_Never; in canBreakBefore()