Searched refs:visitStmt (Results 1 – 2 of 2) sorted by relevance
4075 if (!this->visitStmt(S)) in VisitStmtExpr()5261 template <class Emitter> bool Compiler<Emitter>::visitStmt(const Stmt *S) { in visitStmt() function in Compiler5301 return this->visitStmt(cast<LabelStmt>(S)->getSubStmt()); in visitStmt()5314 if (!visitStmt(InnerStmt)) in visitCompoundStmt()5390 if (!visitStmt(S)) in visitIfStmt()5395 if (!visitStmt(CondInit)) in visitIfStmt()5483 if (!this->visitStmt(Body)) in visitWhileStmt()5511 if (!this->visitStmt(Body)) in visitDoStmt()5542 if (Init && !this->visitStmt(Init)) in visitForStmt()5563 if (Body && !this->visitStmt(Body)) in visitForStmt()[all …]
236 bool visitStmt(const Stmt *S);