Lines Matching refs:ComponentKind

1151 template <ComponentKind componentKind>
1161 template <ComponentKind componentKind>
1169 if constexpr (componentKind == ComponentKind::Ordered) { in PlanComponentTraversal()
1172 } else if constexpr (componentKind == ComponentKind::Direct) { in PlanComponentTraversal()
1174 } else if constexpr (componentKind == ComponentKind::Ultimate) { in PlanComponentTraversal()
1176 } else if constexpr (componentKind == ComponentKind::Potential) { in PlanComponentTraversal()
1178 } else if constexpr (componentKind == ComponentKind::Scope) { in PlanComponentTraversal()
1200 template <ComponentKind componentKind>
1202 if constexpr (componentKind == ComponentKind::Ordered) { in StopAtComponentPre()
1206 } else if constexpr (componentKind == ComponentKind::Direct) { in StopAtComponentPre()
1208 } else if constexpr (componentKind == ComponentKind::Ultimate) { in StopAtComponentPre()
1213 } else if constexpr (componentKind == ComponentKind::Potential) { in StopAtComponentPre()
1218 template <ComponentKind componentKind>
1220 return componentKind == ComponentKind::Ordered && in StopAtComponentPost()
1224 template <ComponentKind componentKind>
1244 } else if constexpr (componentKind == ComponentKind::Scope) { in Increment()
1267 template <ComponentKind componentKind>
1278 template class ComponentIterator<ComponentKind::Ordered>;
1279 template class ComponentIterator<ComponentKind::Direct>;
1280 template class ComponentIterator<ComponentKind::Ultimate>;
1281 template class ComponentIterator<ComponentKind::Potential>;
1282 template class ComponentIterator<ComponentKind::Scope>;