Home
last modified time | relevance | path

Searched refs:ChildIterator (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h195 struct ChildIterator : ChildIteratorBase<ChildIterator, Node> { struct
202 ConstChildIterator(const ChildIterator &I) : Base(I.asPointer()) {} in ConstChildIterator()
205 llvm::iterator_range<ChildIterator> getChildren() { in getChildren()
206 return {ChildIterator(getFirstChild()), ChildIterator()}; in getChildren()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h159 template <class Node, class ChildIterator>
162 using ChildIteratorType = ChildIterator;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h244 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase {
246 using ChildIteratorType = ChildIterator;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp33 typedef ChildMap::const_iterator ChildIterator; typedef in __anon327c07050111::ClangASTNodesEmitter
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1634 using ChildIterator = std::unordered_set<DisplayNode *>::const_iterator; typedef in __anon94a753662a11::DisplayNode
1635 ChildIterator children_begin() const { return Children.cbegin(); } in children_begin()
1636 ChildIterator children_end() const { return Children.cend(); } in children_end()
2110 using ChildIteratorType = DisplayNode::ChildIterator;
2158 DisplayNode::ChildIterator &To) { in getEdgeSourceLabel()
2162 DisplayNode::ChildIterator &To, in getEdgeAttributes()