Lines Matching refs:PrivateScope
634 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
635 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
637 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer()
639 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
5757 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
5758 PrivateScope.addPrivate( in emitReduction()
5766 (void)PrivateScope.Privatize(); in emitReduction()
5969 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local
5970 PrivateScope.addPrivate(LHSVD, [&C, &CGF, &ParamInOut, LHSVD]() { in emitReduceCombFunction()
5978 PrivateScope.addPrivate(RHSVD, [&C, &CGF, &ParamIn, RHSVD]() { in emitReduceCombFunction()
5986 PrivateScope.Privatize(); in emitReduceCombFunction()