Lines Matching refs:PrivateScope
627 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
628 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
630 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer()
632 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
5712 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
5713 PrivateScope.addPrivate( in emitReduction()
5721 (void)PrivateScope.Privatize(); in emitReduction()
5924 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local
5925 PrivateScope.addPrivate(LHSVD, [&C, &CGF, &ParamInOut, LHSVD]() { in emitReduceCombFunction()
5933 PrivateScope.addPrivate(RHSVD, [&C, &CGF, &ParamIn, RHSVD]() { in emitReduceCombFunction()
5941 PrivateScope.Privatize(); in emitReduceCombFunction()