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

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2261 BreakInheritanceListStyle BreakInheritanceList; member in namespace:clang::format
4804 BreakInheritanceList == R.BreakInheritanceList &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp969 IO.mapOptional("BreakInheritanceList", Style.BreakInheritanceList);
1140 Style.BreakInheritanceList == FormatStyle::BILS_BeforeColon) {
1141 Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
1473 LLVMStyle.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
1825 MozillaStyle.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
H A DContinuationIndenter.cpp146 Style.BreakInheritanceList != FormatStyle::BILS_BeforeComma));
755 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma &&
759 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterColon &&
1433 Style.BreakInheritanceList == FormatStyle::BILS_AfterColon) {
H A DTokenAnnotator.cpp5224 if (Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma &&
5228 if (Style.BreakInheritanceList == FormatStyle::BILS_AfterComma &&
5554 return Style.BreakInheritanceList == FormatStyle::BILS_AfterColon;
5556 return Style.BreakInheritanceList != FormatStyle::BILS_AfterColon;
5726 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) {
5730 Style.BreakInheritanceList == FormatStyle::BILS_BeforeComma) {

Completed in 255 milliseconds