Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h925 BreakInheritanceListStyle BreakInheritanceList; member
1748 BreakInheritanceList == R.BreakInheritanceList &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp368 Style.BreakInheritanceList); in mapping()
373 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) in mapping()
374 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in mapping()
652 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon; in getLLVMStyle()
893 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma; in getMozillaStyle()
H A DContinuationIndenter.cpp134 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma)); in startsNextParameter()
585 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in addTokenOnCurrentLine()
588 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon && in addTokenOnCurrentLine()
1034 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) in getNewLineColumn()
H A DTokenAnnotator.cpp2935 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma && in mustBreakBefore()
3197 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon; in canBreakBefore()
3199 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon; in canBreakBefore()
3317 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()
3320 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) in canBreakBefore()