Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1836 BreakInheritanceListStyle BreakInheritanceList; member
3291 BreakInheritanceList == R.BreakInheritanceList &&
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format42 BreakInheritanceList: BeforeColon
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp133 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
606 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
609 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1137 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) in getNewLineColumn()
H A DFormat.cpp573 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()
578 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()
579 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
992 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
1309 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DTokenAnnotator.cpp3639 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
3941 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
3943 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
4062 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
4065 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1966 **BreakInheritanceList** (``BreakInheritanceListStyle``)