Home | History | Annotate | Download | only in TableGen

Lines Matching refs:KindTy

46   enum KindTy {
86 const KindTy Kind;
89 Matcher(KindTy K) : Kind(K) {}
93 KindTy getKind() const { return Kind; }