Home | History | Annotate | Download | only in Analysis

Lines Matching refs:VisitCompoundStmt

331   CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1008 return VisitCompoundStmt(cast<CompoundStmt>(S));
1383 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) {
2410 return VisitCompoundStmt(SE->getSubStmt());