Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CaseStmt

356   CFGBlock *VisitCaseStmt(CaseStmt *C);
1341 return VisitCaseStmt(cast<CaseStmt>(S));
3012 const CaseStmt *CS,
3046 CFGBlock *CFGBuilder::VisitCaseStmt(CaseStmt *CS) {
3055 while (isa<CaseStmt>(Sub)) {
3070 CS = cast<CaseStmt>(Sub);
3786 // CaseStmt then filter this edge.
3791 if (!L || !isa<CaseStmt>(L))
4179 else if (CaseStmt *C = dyn_cast<CaseStmt>(Label)) {