Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format35 BreakInheritanceList: BeforeColon
/freebsd/contrib/libcbor/
H A D.clang-format42 BreakInheritanceList: BeforeColon
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2501 BreakInheritanceListStyle BreakInheritanceList; member
5380 BreakInheritanceList == R.BreakInheritanceList &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp338 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
H A DFormat.cpp1050 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList); in mapping()
1241 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) { in mapping()
1242 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
1576 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
1947 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DContinuationIndenter.cpp805 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
809 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1570 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) { in getNewLineColumn()
H A DTokenAnnotator.cpp5886 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
5890 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma && in mustBreakBefore()
6263 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
6265 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
6416 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()
6420 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) { in canBreakBefore()