Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CaseStmt

355   CFGBlock *VisitCaseStmt(CaseStmt *C);
1080 return VisitCaseStmt(cast<CaseStmt>(S));
2725 const CaseStmt *CS,
2759 CFGBlock *CFGBuilder::VisitCaseStmt(CaseStmt *CS) {
2768 while (isa<CaseStmt>(Sub)) {
2783 CS = cast<CaseStmt>(Sub);
3430 // CaseStmt then filter this edge.
3435 if (!L || !isa<CaseStmt>(L))
3791 else if (CaseStmt *C = dyn_cast<CaseStmt>(Label)) {