Searched refs:SetQueryKind (Results 1 – 2 of 2) sorted by relevance
113 template <typename T> struct SetQueryKind {}; struct115 template <> struct SetQueryKind<bool> {119 template <> struct SetQueryKind<OutputKind> {123 template <> struct SetQueryKind<TraversalKind> {130 : Query(SetQueryKind<T>::value), Var(Var), Value(Value) {}137 return Q->Kind == SetQueryKind<T>::value;
215 const QueryKind SetQueryKind<bool>::value;216 const QueryKind SetQueryKind<OutputKind>::value;