Searched refs:visitSwitchStmt (Results 1 – 2 of 2) sorted by relevance
63 bool visitSwitchStmt(const SwitchStmt *S);
268 return visitSwitchStmt(cast<SwitchStmt>(S)); in visitStmt()580 bool ByteCodeStmtGen<Emitter>::visitSwitchStmt(const SwitchStmt *S) { in visitSwitchStmt() function in ByteCodeStmtGen