Home | History | Annotate | Download | only in Analysis

Lines Matching defs:VisitCompoundStmt

357   CFGBlock *VisitCompoundStmt(CompoundStmt *C);
1086 return VisitCompoundStmt(cast<CompoundStmt>(S));
1532 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) {
2619 return VisitCompoundStmt(SE->getSubStmt());