Searched defs:StackElement (Results 1 – 4 of 4) sorted by relevance
51 struct StackElement { struct56 StackElement(NodeRef Node, const ChildItTy &Child, unsigned Min) in StackElement() function
93 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; variable
50 struct StackElement { struct55 StackElement(NodeType *Node, const ChildItTy &Child, unsigned Min) in StackElement() function
70 private static class StackElement class in LogContext72 protected StackElement(SimpleNode src, Info info) in StackElement() method in LogContext.StackElement