Searched refs:visitDeclStmt (Results 1 – 2 of 2) sorted by relevance
54 bool visitDeclStmt(const DeclStmt *DS);
250 return visitDeclStmt(cast<DeclStmt>(S)); in visitStmt()318 bool ByteCodeStmtGen<Emitter>::visitDeclStmt(const DeclStmt *DS) { in visitDeclStmt() function in ByteCodeStmtGen379 if (!visitDeclStmt(CondDecl)) in visitIfStmt()