Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2188 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations; member
5037 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp965 Style.BreakBeforeConceptDeclarations); in mapping()
1480 LLVMStyle.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Always; in getLLVMStyle()
H A DContinuationIndenter.cpp554 switch (Style.BreakBeforeConceptDeclarations) { in mustBreak()
H A DTokenAnnotator.cpp5694 return Style.BreakBeforeConceptDeclarations == FormatStyle::BBCDS_Always; in mustBreakBefore()
6143 return Style.BreakBeforeConceptDeclarations != FormatStyle::BBCDS_Never; in canBreakBefore()