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

References

tools/clang/include/clang/AST/Redeclarable.h
  255     reference operator*() const { return Current; }
  256     pointer operator->() const { return Current; }
  259       assert(Current && "Advancing while iterator has reached end");
  261       if (Current->isFirstDecl()) {
  264           Current = nullptr;
  271       decl_type *Next = Current->getNextRedeclaration();
  272       Current = (Next != Starter) ? Next : nullptr;
  283       return x.Current == y.Current;
  283       return x.Current == y.Current;
  286       return x.Current != y.Current;
  286       return x.Current != y.Current;