Home | History | Annotate | Download | only in slang

Lines Matching refs:matchesStmt

50     if (matchesStmt(*bI)) {
72 if (!matchesStmt(Child)) {
87 if (matchesStmt(CS->getSubStmt())) {
96 if (matchesStmt(DS->getSubStmt())) {
107 } else if (matchesStmt(DS->getBody())) {
116 if (matchesStmt(FS->getInit())) {
122 } else if (matchesStmt(FS->getBody())) {
133 } else if (matchesStmt(IS->getThen())) {
135 } else if (matchesStmt(IS->getElse())) {
161 } else if (matchesStmt(WS->getBody())) {