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

References

tools/clang/lib/Format/Format.cpp
  294     IO.enumCase(Value, "Left", FormatStyle::ENAS_Left);
  298     IO.enumCase(Value, "true", FormatStyle::ENAS_Left);
  846   GoogleStyle.AlignEscapedNewlines = FormatStyle::ENAS_Left;
tools/clang/lib/Format/WhitespaceManager.cpp
  716   bool AlignLeft = Style.AlignEscapedNewlines == FormatStyle::ENAS_Left;
tools/clang/unittests/Format/FormatTest.cpp
  453   AllowsMergedIf.AlignEscapedNewlines = FormatStyle::ENAS_Left;
  505   AllowsMergedIf.AlignEscapedNewlines = FormatStyle::ENAS_Left;
 3541   AlignLeft.AlignEscapedNewlines = FormatStyle::ENAS_Left;
 9323   AlignLeft.AlignEscapedNewlines = FormatStyle::ENAS_Left;
 9744   Tab.AlignEscapedNewlines = FormatStyle::ENAS_Left;
10902   Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Left;
11184   Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Left;
12582   Style.AlignEscapedNewlines = FormatStyle::ENAS_Left;
12586               FormatStyle::ENAS_Left);
12591               FormatStyle::ENAS_Left);
tools/clang/unittests/Format/FormatTestSelective.cpp
  393   Style.AlignEscapedNewlines = FormatStyle::ENAS_Left;
  535   Style.AlignEscapedNewlines = FormatStyle::ENAS_Left;