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

References

tools/clang/include/clang/Format/Format.h
 2034            AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
 2034            AllowAllArgumentsOnNextLine == R.AllowAllArgumentsOnNextLine &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  899         (!Style.AllowAllArgumentsOnNextLine &&
tools/clang/lib/Format/Format.cpp
  387                    Style.AllowAllArgumentsOnNextLine);
  728   LLVMStyle.AllowAllArgumentsOnNextLine = true;
tools/clang/unittests/Format/FormatTest.cpp
 4389     Style.AllowAllArgumentsOnNextLine = i & 2;
 4520     Style.AllowAllArgumentsOnNextLine = true;
 4526     Style.AllowAllArgumentsOnNextLine = false;
 4534     Style.AllowAllArgumentsOnNextLine = true;
 4540     Style.AllowAllArgumentsOnNextLine = false;
 4551   Style.AllowAllArgumentsOnNextLine = false;
12422   CHECK_PARSE_BOOL(AllowAllArgumentsOnNextLine);