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