Home | History | Annotate | Download | only in slang

Lines Matching refs:BS

253   void VisitBreakStmt(clang::BreakStmt *BS);
295 void DestructorVisitor::VisitBreakStmt(clang::BreakStmt *BS) {
296 VisitStmt(BS);
298 mReplaceStmtStack.push(BS);