Searched refs:visitDoStmt (Results 1 – 2 of 2) sorted by relevance
58 bool visitDoStmt(const DoStmt *S);
258 return visitDoStmt(cast<DoStmt>(S)); in visitStmt()440 bool ByteCodeStmtGen<Emitter>::visitDoStmt(const DoStmt *S) { in visitDoStmt() function in ByteCodeStmtGen