Home | History | Annotate | Download | only in Core

Lines Matching refs:WhileStmt

477         if (cast<WhileStmt>(Parent)->getCond() != S)
1383 LoopBody = cast<WhileStmt>(Term)->getBody();
1506 else if (const WhileStmt *WS = dyn_cast<WhileStmt>(Loop))
1794 else if (const WhileStmt *WS = dyn_cast<WhileStmt>(Loop))
1932 return cast<WhileStmt>(S)->getCond() == Cond;
2109 if (!(isa<ForStmt>(s1Start) || isa<WhileStmt>(s1Start) ||