Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CaseStmt

329   CFGBlock *VisitCaseStmt(CaseStmt *C);
1002 return VisitCaseStmt(cast<CaseStmt>(S));
2510 const CaseStmt *CS,
2544 CFGBlock *CFGBuilder::VisitCaseStmt(CaseStmt *CS) {
2553 while (isa<CaseStmt>(Sub)) {
2568 CS = cast<CaseStmt>(Sub);
3329 // CaseStmt then filter this edge.
3334 if (!L || !isa<CaseStmt>(L))
3697 else if (CaseStmt *C = dyn_cast<CaseStmt>(Label)) {