Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RecordChildMatcher

261 /// RecordChildMatcher - Save a numbered child of the current node, or fail
264 class RecordChildMatcher : public Matcher {
275 RecordChildMatcher(unsigned childno, const std::string &whatfor,
293 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo();