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

References

tools/clang/include/clang/Format/Format.h
 2035            AllowAllConstructorInitializersOnNextLine ==
 2036                R.AllowAllConstructorInitializersOnNextLine &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  901         (!Style.AllowAllConstructorInitializersOnNextLine &&
  910         Style.AllowAllConstructorInitializersOnNextLine)
 1139           !Style.AllowAllConstructorInitializersOnNextLine;
tools/clang/lib/Format/Format.cpp
  389                    Style.AllowAllConstructorInitializersOnNextLine);
  729   LLVMStyle.AllowAllConstructorInitializersOnNextLine = true;
tools/clang/unittests/Format/FormatTest.cpp
 4383   Style.AllowAllConstructorInitializersOnNextLine = true;
 4391     Style.AllowAllConstructorInitializersOnNextLine = true;
 4398     Style.AllowAllConstructorInitializersOnNextLine = false;
 4406     Style.AllowAllConstructorInitializersOnNextLine = true;
 4411     Style.AllowAllConstructorInitializersOnNextLine = false;
 4418     Style.AllowAllConstructorInitializersOnNextLine = true;
 4423     Style.AllowAllConstructorInitializersOnNextLine = false;
 4435   Style.AllowAllConstructorInitializersOnNextLine = false;
 4442   Style.AllowAllConstructorInitializersOnNextLine = true;
 4451   Style.AllowAllConstructorInitializersOnNextLine = false;
 4468   Style.AllowAllConstructorInitializersOnNextLine = true;
 4477   Style.AllowAllConstructorInitializersOnNextLine = false;
 4493   Style.AllowAllConstructorInitializersOnNextLine = true;
 4502   Style.AllowAllConstructorInitializersOnNextLine = false;
 4518     Style.AllowAllConstructorInitializersOnNextLine = i & 2;
 4642   OnePerLine.AllowAllConstructorInitializersOnNextLine = false;
12423   CHECK_PARSE_BOOL(AllowAllConstructorInitializersOnNextLine);