Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2235 BBCDS_Always, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp242 IO.enumCase(Value, "Always", FormatStyle::BBCDS_Always); in enumeration()
245 IO.enumCase(Value, "true", FormatStyle::BBCDS_Always); in enumeration()
1569 LLVMStyle.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Always; in getLLVMStyle()
H A DContinuationIndenter.cpp583 case FormatStyle::BBCDS_Always: in mustBreak()
H A DTokenAnnotator.cpp5840 return Style.BreakBeforeConceptDeclarations == FormatStyle::BBCDS_Always; in mustBreakBefore()