Searched refs:visitSwitchStmt (Results 1 – 2 of 2) sorted by relevance
209 bool visitSwitchStmt(const SwitchStmt *S);
4191 return visitSwitchStmt(cast<SwitchStmt>(S)); in visitStmt()4528 bool Compiler<Emitter>::visitSwitchStmt(const SwitchStmt *S) { in visitSwitchStmt() function in Compiler