reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1317 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { 1320 bool Copyins = CGF.EmitOMPCopyinClause(S); 1321 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); 1327 CGF, S.getBeginLoc(), OMPD_unknown, /*EmitChecks=*/false, 1330 CGF.EmitOMPPrivateClause(S, PrivateScope); 1331 CGF.EmitOMPReductionClauseInit(S, PrivateScope); 1333 CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt()); 1334 CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_parallel); 1336 emitCommonOMPParallelDirective(*this, S, OMPD_parallel, CodeGen, 1338 emitPostUpdateForReductionClause(*this, S,