Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4180 OMPPrivateScope SingleScope(CGF); in EmitOMPSingleDirective() local
4181 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective()
4182 CGF.EmitOMPPrivateClause(S, SingleScope); in EmitOMPSingleDirective()
4183 (void)SingleScope.Privatize(); in EmitOMPSingleDirective()