Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h119 child_iterator(const DWARFDIE &parent) : m_die(parent.GetFirstChild()) {} in child_iterator() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h73 using child_iterator = typename GTraits::ChildIteratorType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchive.h287 using child_iterator = fallible_iterator<ChildFallibleIterator>; variable
/freebsd/usr.bin/dtc/
H A Dfdt.hh446 typedef std::vector<node_ptr>::iterator child_iterator; typedef in dtc::fdt::node
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h870 using child_iterator = IntrusiveBackList<DIE>::iterator; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h87 using child_iterator = StmtIterator; variable
171 using child_iterator = StmtIterator; variable
H A DStmt.h1442 using child_iterator = StmtIterator; in alignas() local