Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ComplexPattern

25   class ComplexPattern;
656 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
659 const ComplexPattern &Pattern;
672 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
677 const ComplexPattern &getPattern() const { return Pattern; }