Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DeclStmt

504     bool IsDeclStmtInForeachHeader(DeclStmt *DS);
1732 if (DeclStmt *DS = dyn_cast<DeclStmt>(S->getElement())) {
5556 bool RewriteModernObjC::IsDeclStmtInForeachHeader(DeclStmt *DS) {
5711 if (DeclStmt *DS = dyn_cast<DeclStmt>(S)) {
5715 // NOTE: We need to avoid rewriting the DeclStmt if it is within
5725 for (DeclStmt::decl_iterator DI = DS->decl_begin(), DE = DS->decl_end();