Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VisitGotoStmt

381   CFGBlock *VisitGotoStmt(GotoStmt *G);
1414 return VisitGotoStmt(cast<GotoStmt>(S));
2215 CFGBlock *CFGBuilder::VisitGotoStmt(GotoStmt *G) {