Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ComplexPattern

25   class ComplexPattern;
715 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
718 const ComplexPattern &Pattern;
731 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
736 const ComplexPattern &getPattern() const { return Pattern; }