Home
last modified time | relevance | path

Searched refs:SetQueryKind (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-query/
H A DQuery.h113 template <typename T> struct SetQueryKind {}; struct
115 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;
H A DQuery.cpp215 const QueryKind SetQueryKind<bool>::value;
216 const QueryKind SetQueryKind<OutputKind>::value;