Searched refs:visitLoopBody (Results 1 – 2 of 2) sorted by relevance
199 bool visitLoopBody(const Stmt *S);
4219 template <class Emitter> bool Compiler<Emitter>::visitLoopBody(const Stmt *S) { in visitLoopBody() function in Compiler4362 if (!this->visitLoopBody(Body)) in visitWhileStmt()4388 if (!this->visitLoopBody(Body)) in visitDoStmt()4436 if (Body && !this->visitLoopBody(Body)) in visitForStmt()4493 if (!this->visitLoopBody(Body)) in visitCXXForRangeStmt()