Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2188 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations; member
5037 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp965 Style.BreakBeforeConceptDeclarations); in mapping()
1480 LLVMStyle.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Always; in getLLVMStyle()
HDContinuationIndenter.cpp554 switch (Style.BreakBeforeConceptDeclarations) { in mustBreak()
HDTokenAnnotator.cpp5694 return Style.BreakBeforeConceptDeclarations == FormatStyle::BBCDS_Always; in mustBreakBefore()
6143 return Style.BreakBeforeConceptDeclarations != FormatStyle::BBCDS_Never; in canBreakBefore()