Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3944 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
3945 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
3946 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
3947 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()