Searched refs:visitDefaultStmt (Results 1 – 2 of 2) sorted by relevance
65 bool visitDefaultStmt(const DefaultStmt *S);
272 return visitDefaultStmt(cast<DefaultStmt>(S)); in visitStmt()652 bool ByteCodeStmtGen<Emitter>::visitDefaultStmt(const DefaultStmt *S) { in visitDefaultStmt() function in ByteCodeStmtGen