Searched defs:ProperTupleKind (Results 1 – 1 of 1) sorted by relevance
148 struct ProperTupleKind : public TupleKind { struct149 ProperTupleKind(const std::string &name) : TupleKind(name) {} in ProperTupleKind() argument