Home
last modified time | relevance | path

Searched refs:SingleScope (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2701 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
2702 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
2703 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
2704 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()