Searched refs:visitCompoundStmt (Results 1 – 2 of 2) sorted by relevance
198 bool visitCompoundStmt(const CompoundStmt *S);
4171 return visitCompoundStmt(cast<CompoundStmt>(S)); in visitStmt()4234 bool Compiler<Emitter>::visitCompoundStmt(const CompoundStmt *S) { in visitCompoundStmt() function in Compiler