struct Tree::ChildIterator
Declaration
struct Tree::ChildIterator : public ChildIteratorBase { /* full declaration omitted */ };
Description
child_iterator is not invalidated by mutations.
Declared at: clang/include/clang/Tooling/Syntax/Tree.h:195
Inherits from: ChildIteratorBase