Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IfStmt

342   CFGBlock *VisitIfStmt(IfStmt *I);
1059 return VisitIfStmt(cast<IfStmt>(S));
1568 CFGBlock *CFGBuilder::VisitIfStmt(IfStmt *I) {
1666 // Finally, if the IfStmt contains a condition variable, add both the IfStmt
3384 const VarDecl *var = cast<IfStmt>(stmt)->getConditionVariable();
3476 void VisitIfStmt(IfStmt *I) {
3896 E = cast<IfStmt>(Terminator)->getCond();