Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h1928 BILS_AfterColon, enumerator
/openbsd/src/gnu/llvm/clang/lib/Format/
DContinuationIndenter.cpp698 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1292 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
DTokenAnnotator.cpp4922 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
4924 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
DFormat.cpp268 IO.enumCase(Value, "AfterColon", FormatStyle::BILS_AfterColon); in enumeration()
/openbsd/src/gnu/llvm/clang/docs/
DClangFormatStyleOptions.rst2550 * ``BILS_AfterColon`` (in configuration: ``AfterColon``)