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

References

tools/clang/lib/Format/Format.cpp
  293     IO.enumCase(Value, "DontAlign", FormatStyle::ENAS_DontAlign);
tools/clang/lib/Format/WhitespaceManager.cpp
  713   if (Style.AlignEscapedNewlines == FormatStyle::ENAS_DontAlign)
tools/clang/unittests/Format/FormatTest.cpp
 3566   DontAlign.AlignEscapedNewlines = FormatStyle::ENAS_DontAlign;
10895   Alignment.AlignEscapedNewlines = FormatStyle::ENAS_DontAlign;
11177   Alignment.AlignEscapedNewlines = FormatStyle::ENAS_DontAlign;
12584               FormatStyle::ENAS_DontAlign);