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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2677     if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) {
 2685     CGF.EmitOMPPrivateClause(S, LoopScope);
 2686     HasLastprivates = CGF.EmitOMPLastprivateClauseInit(S, LoopScope);
 2687     CGF.EmitOMPReductionClauseInit(S, LoopScope);
 2688     (void)LoopScope.Privatize();