Searched defs:StackElement (Results 1 – 2 of 2) sorted by relevance
55 struct StackElement { struct60 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() function
100 using StackElement = std::pair<NodeRef, std::optional<ChildItTy>>; variable