Searched refs:visitBreakStmt (Results 1 – 2 of 2) sorted by relevance
61 bool visitBreakStmt(const BreakStmt *S);
264 return visitBreakStmt(cast<BreakStmt>(S)); in visitStmt()562 bool ByteCodeStmtGen<Emitter>::visitBreakStmt(const BreakStmt *S) { in visitBreakStmt() function in ByteCodeStmtGen