Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h259 template <class Node, class ChildIterator>
262 using ChildIteratorType = ChildIterator;
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp34 typedef ChildMap::const_iterator ChildIterator; typedef in __anoncbce3dbb0111::ClangASTNodesEmitter
100 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base); in EmitNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDominators.h235 template <class Node, class ChildIterator> struct DomTreeGraphTraitsBase {
237 using ChildIteratorType = ChildIterator;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1544 using ChildIterator = std::unordered_set<DisplayNode *>::const_iterator; typedef in __anonb0928b5c2a11::DisplayNode
1545 ChildIterator children_begin() const { return Children.cbegin(); } in children_begin()
1546 ChildIterator children_end() const { return Children.cend(); } in children_end()
2025 using ChildIteratorType = DisplayNode::ChildIterator;
2073 DisplayNode::ChildIterator &To) { in getEdgeSourceLabel()
2077 DisplayNode::ChildIterator &To, in getEdgeAttributes()