HomeSort by relevance Sort by last modified time
    Searched refs:ChildIterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 160 /// ChildIterator - Visit all children of a node.
161 class ChildIterator {
170 ChildIterator(); // Disable default constructor.
172 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {}
175 /// ChildIterator - Copy constructor.
176 ChildIterator(const ChildIterator& other) : FirstNode(other.FirstNode),
180 bool operator==(const ChildIterator &other) const {
184 bool operator!=(const ChildIterator &other) const {
189 ChildIterator& operator++()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 19 * $Id: ChildIterator.java 468655 2006-10-28 07:12:06Z minchau $
35 public class ChildIterator extends LocPathIterator
40 * Create a ChildIterator object.
49 ChildIterator(Compiler compiler, int opPos, int analysis)
WalkerFactory.java 188 diagnoseIterator("ChildIterator", analysis, compiler);
191 iter = new ChildIterator(compiler, opPos, analysis);
    [all...]
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 29 typedef ChildMap::const_iterator ChildIterator;
78 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base);

Completed in 542 milliseconds