Home
last modified time | relevance | path

Searched refs:BreakInheritanceList (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/
H A D.clang-format60 BreakInheritanceList: BeforeColon
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1940 BreakInheritanceListStyle BreakInheritanceList; member
4216 BreakInheritanceList == R.BreakInheritanceList &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp137 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
694 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
698 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1292 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DFormat.cpp897 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()
1060 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1061 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1362 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
1709 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp4574 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
4578 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()
4922 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
4924 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
5092 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
5096 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst2524 **BreakInheritanceList** (``BreakInheritanceListStyle``) :versionbadge:`clang-format 7` :ref:`¶ <Br…