Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1832 BILS_AfterColon enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp609 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1137 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) in getNewLineColumn()
H A DTokenAnnotator.cpp3941 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
3943 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
H A DFormat.cpp242 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1992 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)