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