Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ComplexPattern

25   class ComplexPattern;
649 /// CheckComplexPatMatcher - This node runs the specified ComplexPattern on
652 const ComplexPattern &Pattern;
665 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
670 const ComplexPattern &getPattern() const { return Pattern; }