Searched refs:RecordChildMatcher (Results 1 – 4 of 4) sorted by relevance
428 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()432 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()433 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
259 class RecordChildMatcher : public Matcher {270 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function286 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
46 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()
130 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()