Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3918 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
3919 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
3920 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
3921 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()