Home | History | Annotate | Download | only in Sema

Lines Matching refs:DeclStmt

73   return new (Context) DeclStmt(DG, StartLoc, EndLoc);
317 for (; i != NumElts && isa<DeclStmt>(Elts[i]); ++i)
320 // We found the end of the list or a statement. Scan for another declstmt.
321 for (; i != NumElts && !isa<DeclStmt>(Elts[i]); ++i)
325 Decl *D = *cast<DeclStmt>(Elts[i])->decl_begin();
1591 if (DeclStmt *DS = dyn_cast_or_null<DeclStmt>(First)) {
1733 if (DeclStmt *DS = dyn_cast<DeclStmt>(First)) {
1909 DeclStmt *DS = dyn_cast<DeclStmt>(First);
2096 DeclStmt *RangeDS = cast<DeclStmt>(RangeDecl);
2100 DeclStmt *LoopVarDS = cast<DeclStmt>(LoopVarDecl);
2328 RangeDS, cast_or_null<DeclStmt>(BeginEndDecl.get()), NotEqExpr.get(),