Lines Matching refs:OMPPrivateScope
588 class OMPPrivateScope : public RunCleanupsScope {
593 OMPPrivateScope(const OMPPrivateScope &) = delete;
594 void operator=(const OMPPrivateScope &) = delete;
598 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {} in OMPPrivateScope() function
655 ~OMPPrivateScope() { in ~OMPPrivateScope()
2392 OMPPrivateScope &PrivateScope);
2394 OMPPrivateScope &PrivateScope);
2419 OMPPrivateScope &PrivateScope);
2432 CodeGenFunction::OMPPrivateScope &PrivateScope);
2447 OMPPrivateScope &PrivateScope);
2538 OMPPrivateScope &LoopScope);
2552 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
2556 OMPPrivateScope &LoopScope, bool Ordered, Address LB,
2561 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope,