reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4272   auto *CS = S.getCapturedStmt(OMPD_teams);
 4275   auto &&CodeGen = [&S, CS](CodeGenFunction &CGF, PrePostActionTy &Action) {
 4278     (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope);
 4279     CGF.EmitOMPPrivateClause(S, PrivateScope);
 4280     CGF.EmitOMPReductionClauseInit(S, PrivateScope);
 4282     if (isOpenMPTargetExecutionDirective(S.getDirectiveKind()))
 4283       CGF.CGM.getOpenMPRuntime().adjustTargetSpecificDataForLambdas(CGF, S);
 4285     CGF.EmitOMPReductionClauseFinal(S, /*ReductionKind=*/OMPD_teams);
 4287   emitCommonOMPTeamsDirective(CGF, S, OMPD_teams, CodeGen);
 4288   emitPostUpdateForReductionClause(CGF, S,