Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IfStmt

379   CFGBlock *VisitIfStmt(IfStmt *I);
1150 return VisitIfStmt(cast<IfStmt>(S));
1742 CFGBlock *CFGBuilder::VisitIfStmt(IfStmt *I) {
1853 // Finally, if the IfStmt contains a condition variable, add both the IfStmt
3477 const VarDecl *var = cast<IfStmt>(stmt)->getConditionVariable();
3569 void VisitIfStmt(IfStmt *I) {
3994 E = cast<IfStmt>(Terminator)->getCond();