Searched refs:visitCompoundStmt (Results 1 – 2 of 2) sorted by relevance
52 bool visitCompoundStmt(const CompoundStmt *S);
248 return visitCompoundStmt(cast<CompoundStmt>(S)); in visitStmt()308 bool ByteCodeStmtGen<Emitter>::visitCompoundStmt( in visitCompoundStmt() function in ByteCodeStmtGen