Home
last modified time | relevance | path

Searched refs:PCIS_NextLine (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3723 PCIS_NextLine, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp495 IO.enumCase(Value, "NextLine", FormatStyle::PCIS_NextLine); in enumeration()
1257 ? FormatStyle::PCIS_NextLine in mapping()
1261 FormatStyle::PCIS_NextLine) { in mapping()
1763 GoogleStyle.PackConstructorInitializers = FormatStyle::PCIS_NextLine; in getGoogleStyle()
H A DContinuationIndenter.cpp1279 Style.PackConstructorInitializers == FormatStyle::PCIS_NextLine || in addTokenOnNewLine()
1685 Style.PackConstructorInitializers != FormatStyle::PCIS_NextLine && in moveStateToNextToken()