Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VisitGotoStmt

378   CFGBlock *VisitGotoStmt(GotoStmt *G);
1129 return VisitGotoStmt(cast<GotoStmt>(S));
1893 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {