Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2249 BILS_AfterColon, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp759 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1433 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DTokenAnnotator.cpp5554 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
5556 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
H A DFormat.cpp290 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()