Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4238 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
4239 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
4240 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
4241 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()