Searched defs:ChildrenGetter (Results 1 – 2 of 2) sorted by relevance
109 struct ChildrenGetter { struct110 using ResultTy = SmallVector<NodePtr, 8>;112 static ResultTy Get(NodePtr N, std::integral_constant<bool, false>) { in Get()117 static ResultTy Get(NodePtr N, std::integral_constant<bool, true>) { in Get()122 using Tag = std::integral_constant<bool, Inverse>;128 static ResultTy Get(NodePtr N, BatchUpdatePtr BUI) { in Get()
106 ChildrenGetterTy ChildrenGetter; variable