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.h2375 BILS_AfterColon, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp769 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1454 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DTokenAnnotator.cpp6084 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
6086 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
H A DFormat.cpp263 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()