Home | History | Annotate | Download | only in Sema

Lines Matching refs:Statements

310   /// Subclasses may override this function to transform statements using some
1012 MultiStmtArg Statements,
1015 return getSema().ActOnCompoundStmt(LBraceLoc, RBraceLoc, Statements,
5115 SmallVector<Stmt*, 8> Statements;
5121 // likely that this will cause problems for future statements.
5131 Statements.push_back(Result.takeAs<Stmt>());
5142 Statements,
5169 // Case statements are always rebuilt so that they will attached to their
5196 // Default statements are always rebuilt
5477 // Goto statements must always be rebuilt, to resolve the label.
5630 // Transform the @catch statements (if present).