Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDContinuationIndenter.cpp369 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon in mustBreak()
696 FormatStyle::BCIS_AfterColon) { in addTokenOnCurrentLine()
894 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon; in addTokenOnNewLine()
1061 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) in getNewLineColumn()
1124 Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()
1145 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) { in moveStateToNextToken()
HDTokenAnnotator.cpp3517 Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon); in canBreakBefore()
3635 return Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon; in canBreakBefore()
3637 return Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon; in canBreakBefore()
HDFormat.cpp204 IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon); in enumeration()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1065 BCIS_AfterColon enumerator