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

References

tools/clang/include/clang/Format/Format.h
 2107            PointerAlignment == R.PointerAlignment &&
 2107            PointerAlignment == R.PointerAlignment &&
tools/clang/lib/Format/Format.cpp
  371       IO.mapOptional("PointerBindsToType", Style.PointerAlignment);
  512     IO.mapOptional("PointerAlignment", Style.PointerAlignment);
  790   LLVMStyle.PointerAlignment = FormatStyle::PAS_Right;
  865   GoogleStyle.PointerAlignment = FormatStyle::PAS_Left;
 1043   MozillaStyle.PointerAlignment = FormatStyle::PAS_Left;
 1065   Style.PointerAlignment = FormatStyle::PAS_Left;
 1432       Style.PointerAlignment = countVariableAlignments(AnnotatedLines) <= 0
tools/clang/lib/Format/TokenAnnotator.cpp
 2584              (Style.PointerAlignment != FormatStyle::PAS_Left ||
 2591        (Style.PointerAlignment != FormatStyle::PAS_Right &&
 2601             (Style.PointerAlignment != FormatStyle::PAS_Right &&
 2708     return Style.PointerAlignment != FormatStyle::PAS_Left;
 2962            Style.PointerAlignment != FormatStyle::PAS_Right;
 2966     return Style.PointerAlignment != FormatStyle::PAS_Left;
 3357            (Style.PointerAlignment == FormatStyle::PAS_Right &&
tools/clang/unittests/Format/FormatTest.cpp
  928   AlignLeft.PointerAlignment = FormatStyle::PAS_Left;
 4936   Style.PointerAlignment = FormatStyle::PAS_Left;
 5929   Style.PointerAlignment = FormatStyle::PAS_Left;
 6886   Style.PointerAlignment = FormatStyle::PAS_Left;
 7007   AlignLeft.PointerAlignment = FormatStyle::PAS_Left;
 7072   AlignLeftBreakTemplate.PointerAlignment = FormatStyle::PAS_Left;
 7247   Left.PointerAlignment = FormatStyle::PAS_Left;
 7368   PointerMiddle.PointerAlignment = FormatStyle::PAS_Middle;
 7443   PointersLeft.PointerAlignment = FormatStyle::PAS_Left;
11325   Alignment.PointerAlignment = FormatStyle::PAS_Middle;
11332   Alignment.PointerAlignment = FormatStyle::PAS_Right;
12505   Style.PointerAlignment = FormatStyle::PAS_Middle;
12506   CHECK_PARSE("PointerAlignment: Left", PointerAlignment,
12508   CHECK_PARSE("PointerAlignment: Right", PointerAlignment,
12510   CHECK_PARSE("PointerAlignment: Middle", PointerAlignment,
12513   CHECK_PARSE("PointerBindsToType: Left", PointerAlignment,
12515   CHECK_PARSE("PointerBindsToType: Right", PointerAlignment,
12517   CHECK_PARSE("PointerBindsToType: Middle", PointerAlignment,
14474   PointerMiddle.PointerAlignment = FormatStyle::PAS_Middle;
14669   Macros.PointerAlignment = FormatStyle::PAS_Left;
14677   AlignStyle.PointerAlignment = FormatStyle::PAS_Left;
14679   AlignStyle.PointerAlignment = FormatStyle::PAS_Right;