reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  369       Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon
  696                  FormatStyle::BCIS_AfterColon) {
  894         Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon;
 1061       Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon)
 1124       Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon) {
 1145       Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon) {
tools/clang/lib/Format/Format.cpp
  204     IO.enumCase(Value, "AfterColon", FormatStyle::BCIS_AfterColon);
tools/clang/lib/Format/TokenAnnotator.cpp
 3372             Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon);
 3490     return Style.BreakConstructorInitializers == FormatStyle::BCIS_AfterColon;
 3492     return Style.BreakConstructorInitializers != FormatStyle::BCIS_AfterColon;
tools/clang/unittests/Format/FormatTest.cpp
 4417     Style.BreakConstructorInitializers = FormatStyle::BCIS_AfterColon;
 4485   Style.BreakConstructorInitializers = FormatStyle::BCIS_AfterColon;
 4565   Style.BreakConstructorInitializers = FormatStyle::BCIS_AfterColon;
10620       FormatStyle::BCIS_AfterColon;
12551               BreakConstructorInitializers, FormatStyle::BCIS_AfterColon);
13112   Style.BreakConstructorInitializers = FormatStyle::BCIS_AfterColon;