Home
last modified time | relevance | path

Searched defs:child_iterator (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDArchive.h100 child_iterator() : child(Child(0, 0)) {} in child_iterator() function
101 child_iterator(const Child &c) : child(c) {} in child_iterator() function
/trueos/contrib/llvm/include/llvm/Support/
HDGraphWriter.h65 typedef typename GTraits::ChildIteratorType child_iterator; typedef
/trueos/usr.bin/dtc/
HDfdt.hh448 typedef std::vector<node*>::iterator child_iterator; typedef in dtc::fdt::node
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h215 typedef Comment * const *child_iterator; typedef
HDStmt.h405 typedef StmtIterator child_iterator; typedef