Searched refs:visitForStmt (Results 1 – 2 of 2) sorted by relevance
59 bool visitForStmt(const ForStmt *S);
260 return visitForStmt(cast<ForStmt>(S)); in visitStmt()468 bool ByteCodeStmtGen<Emitter>::visitForStmt(const ForStmt *S) { in visitForStmt() function in ByteCodeStmtGen