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

References

tools/clang/lib/Format/Format.cpp
  295     IO.enumCase(Value, "Right", FormatStyle::ENAS_Right);
  299     IO.enumCase(Value, "false", FormatStyle::ENAS_Right);
  721   LLVMStyle.AlignEscapedNewlines = FormatStyle::ENAS_Right;
tools/clang/unittests/Format/FormatTest.cpp
10909   Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Right;
11191   Alignment.AlignEscapedNewlines = FormatStyle::ENAS_Right;
12588               FormatStyle::ENAS_Right);
12593               FormatStyle::ENAS_Right);