Searched defs:visitStmt (Results 1 – 3 of 3) sorted by relevance
32 final void visitStmt(ref Statement s) in visitStmt() function
113 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) { in visitStmt() function in ByteCodeStmtGen
63 void visitStmt(Statement *&s) { ps = &s; s->accept(this); } in visitStmt() function