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

Definitions

tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
   36   NodeId &operator++() { return ++Id, *this; }
   39   NodeId &operator*() { return *this; }
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  140   PreorderIterator begin() const { return getRootId(); }
  141   PreorderIterator end() const { return getSize(); }