Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3533 PCIS_NextLineOnly, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp1182 Style.PackConstructorInitializers == FormatStyle::PCIS_NextLineOnly; in addTokenOnNewLine()
1570 Style.PackConstructorInitializers != FormatStyle::PCIS_NextLineOnly; in moveStateToNextToken()
HDFormat.cpp463 IO.enumCase(Value, "NextLineOnly", FormatStyle::PCIS_NextLineOnly); in enumeration()
HDTokenAnnotator.cpp5725 if (Style.PackConstructorInitializers == FormatStyle::PCIS_NextLineOnly) { in mustBreakBefore()