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

References

tools/clang/lib/Format/Format.cpp
  307     IO.enumCase(Value, "Right", FormatStyle::PAS_Right);
  311     IO.enumCase(Value, "false", FormatStyle::PAS_Right);
  790   LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
 1434                                    : FormatStyle::PAS_Right;
tools/clang/lib/Format/TokenAnnotator.cpp
 2591        (Style.PointerAlignment != FormatStyle::PAS_Right &&
 2601             (Style.PointerAlignment != FormatStyle::PAS_Right &&
 2962            Style.PointerAlignment != FormatStyle::PAS_Right;
 3357            (Style.PointerAlignment == FormatStyle::PAS_Right &&
tools/clang/unittests/Format/FormatTest.cpp
11332   Alignment.PointerAlignment = FormatStyle::PAS_Right;
12509               FormatStyle::PAS_Right);
12516               FormatStyle::PAS_Right);
14679   AlignStyle.PointerAlignment = FormatStyle::PAS_Right;