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