Lines Matching refs:InitStmt
14465 StmtResult InitStmt = new (Context) in ActOnOpenMPTileDirective() local
14468 if (!InitStmt.isUsable()) in ActOnOpenMPTileDirective()
14528 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
14546 StmtResult InitStmt = new (Context) in ActOnOpenMPTileDirective() local
14549 if (!InitStmt.isUsable()) in ActOnOpenMPTileDirective()
14572 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
14728 StmtResult InitStmt = new (Context) in ActOnOpenMPStripeDirective() local
14731 if (!InitStmt.isUsable()) in ActOnOpenMPStripeDirective()
14790 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPStripeDirective()
14808 StmtResult InitStmt = new (Context) in ActOnOpenMPStripeDirective() local
14811 if (!InitStmt.isUsable()) in ActOnOpenMPStripeDirective()
14831 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPStripeDirective()
15459 StmtResult InitStmt = new (Context) in ActOnOpenMPInterchangeDirective() local
15462 if (!InitStmt.isUsable()) in ActOnOpenMPInterchangeDirective()
15492 Context, InitStmt.get(), CondExpr.get(), nullptr, IncrStmt.get(), Inner, in ActOnOpenMPInterchangeDirective()