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

References

tools/clang/include/clang/Tooling/ASTDiff/ASTDiff.h
   84   PreorderIterator begin() const;
   85   PreorderIterator end() const;
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  140   PreorderIterator begin() const { return getRootId(); }
  141   PreorderIterator end() const { return getSize(); }
  985 SyntaxTree::PreorderIterator SyntaxTree::begin() const {
  988 SyntaxTree::PreorderIterator SyntaxTree::end() const { return TreeImpl->end(); }