Home | History | Annotate | Download | only in TableGen

Lines Matching refs:dyn_cast

32   if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) {
43 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N)) {
45 if (RecordMatcher *RM = dyn_cast<RecordMatcher>(MC->getNext()))
50 if (CheckTypeMatcher *CT = dyn_cast<CheckTypeMatcher>(MC->getNext()))
55 if (CheckSameMatcher *CS = dyn_cast<CheckSameMatcher>(MC->getNext()))
59 if (CheckIntegerMatcher *CS = dyn_cast<CheckIntegerMatcher>(MC->getNext()))
74 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N))
76 dyn_cast<MoveParentMatcher>(MC->getNext())) {
82 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N))
84 dyn_cast<CompleteMatchMatcher>(EN->getNext())) {
190 ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N);
410 if (ScopeMatcher *SM = dyn_cast<ScopeMatcher>(PrevMatcher)) {