Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3533 PCIS_NextLineOnly, enumerator
/src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1182 Style.PackConstructorInitializers == FormatStyle::PCIS_NextLineOnly; in addTokenOnNewLine()
1570 Style.PackConstructorInitializers != FormatStyle::PCIS_NextLineOnly; in moveStateToNextToken()
H A DFormat.cpp463 IO.enumCase(Value, "NextLineOnly", FormatStyle::PCIS_NextLineOnly); in enumeration()
H A DTokenAnnotator.cpp5725 if (Style.PackConstructorInitializers == FormatStyle::PCIS_NextLineOnly) { in mustBreakBefore()