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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  479   operator int() const { return Id; }
  480   SNodeId &operator++() { return ++Id, *this; }
  481   SNodeId &operator--() { return --Id, *this; }
  482   SNodeId operator+(int Other) const { return SNodeId(Id + Other); }