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

References

tools/clang/include/clang/Format/Format.h
 2032            AlignOperands == R.AlignOperands &&
 2032            AlignOperands == R.AlignOperands &&
tools/clang/lib/Format/ContinuationIndenter.cpp
  676     if ((!BreakBeforeOperator && !(HasTwoOperands && Style.AlignOperands)) ||
 1236                      Style.AlignOperands) ||
 1257         (Style.AlignOperands || *I < prec::Assignment) &&
tools/clang/lib/Format/Format.cpp
  384     IO.mapOptional("AlignOperands", Style.AlignOperands);
  723   LLVMStyle.AlignOperands = true;
  915     GoogleStyle.AlignOperands = false;
  926     GoogleStyle.AlignOperands = false;
 1052   Style.AlignOperands = false;
tools/clang/unittests/Format/FormatTest.cpp
 4151   Style.AlignOperands = false;
 4172   Style.AlignOperands = false;
 5649   Style.AlignOperands = false;
 5654   Style.AlignOperands = true;
 5659   Style.AlignOperands = false;
12417   CHECK_PARSE_BOOL(AlignOperands);
tools/clang/unittests/Format/FormatTestJS.cpp
  280   Style.AlignOperands = true;