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