Home | History | Annotate | Download | only in Frontend

Lines Matching refs:IsDeclStmtInForeachHeader

408     bool IsDeclStmtInForeachHeader(DeclStmt *DS);
4649 bool RewriteObjC::IsDeclStmtInForeachHeader(DeclStmt *DS) {
4794 if (Stmts.empty() || !IsDeclStmtInForeachHeader(DS))