Lines Matching refs:PrivateScope
636 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
637 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), Private); in emitInitWithReductionInitializer()
638 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), Original); in emitInitWithReductionInitializer()
639 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
5662 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
5667 PrivateScope.addPrivate(VD, LHSTemp); in emitReduction()
5668 (void)PrivateScope.Privatize(); in emitReduction()
5869 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduceCombFunction() local
5870 PrivateScope.addPrivate( in emitReduceCombFunction()
5878 PrivateScope.addPrivate( in emitReduceCombFunction()
5886 PrivateScope.Privatize(); in emitReduceCombFunction()