Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2242 BCIS_BeforeColon, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp251 IO.enumCase(Value, "BeforeColon", FormatStyle::BCIS_BeforeColon); in enumeration()
1158 Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeColon) { in mapping()
1483 LLVMStyle.BreakConstructorInitializers = FormatStyle::BCIS_BeforeColon; in getLLVMStyle()
H A DContinuationIndenter.cpp450 Style.BreakConstructorInitializers != FormatStyle::BCIS_BeforeColon || in mustBreak()
H A DTokenAnnotator.cpp5709 if (Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeColon && in mustBreakBefore()
5726 if ((Style.BreakConstructorInitializers == FormatStyle::BCIS_BeforeColon || in mustBreakBefore()