Searched refs:visitWhileStmt (Results 1 – 2 of 2) sorted by relevance
223 bool visitWhileStmt(const WhileStmt *S);
5272 return visitWhileStmt(cast<WhileStmt>(S)); in visitStmt()5457 bool Compiler<Emitter>::visitWhileStmt(const WhileStmt *S) { in visitWhileStmt() function in Compiler