Lines Matching refs:MoveChildMatcher
330 /// MoveChildMatcher - This tells the interpreter to move into the332 class MoveChildMatcher : public Matcher {335 MoveChildMatcher(unsigned childNo) : Matcher(MoveChild), ChildNo(childNo) {}348 return cast<MoveChildMatcher>(M)->getChildNo() == getChildNo();