Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DArchive.h111 child_iterator() : child(Child(nullptr, nullptr, nullptr)) {} in child_iterator() function
112 child_iterator(const Child &c) : child(c) {} in child_iterator() function
113 child_iterator(std::error_code EC) : child(EC) {} in child_iterator() function
/external/llvm/include/llvm/Support/
DGraphWriter.h64 typedef typename GTraits::ChildIteratorType child_iterator; typedef
/external/llvm/include/llvm/CodeGen/
DDIE.h647 typedef IntrusiveBackList<DIE>::iterator child_iterator; typedef
/external/clang/include/clang/AST/
DComment.h228 typedef Comment * const *child_iterator; typedef
DOpenMPClause.h60 typedef StmtIterator child_iterator; typedef
DStmt.h392 typedef StmtIterator child_iterator; in LLVM_ALIGNAS() typedef