Searched refs:CapturedRegion (Results 1 – 2 of 2) sorted by relevance
82 const std::optional<OpenMPDirectiveKind> CapturedRegion = std::nullopt, in OMPLexicalScope() argument88 if (!CapturedRegion) in OMPLexicalScope()92 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion); in OMPLexicalScope()4654 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective() argument4658 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion); in EmitOMPTaskBasedDirective()4757 CapturedRegion](CodeGenFunction &CGF, in EmitOMPTaskBasedDirective()4942 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in EmitOMPTaskBasedDirective()5223 OpenMPDirectiveKind CapturedRegion = S.getDirectiveKind(); in processInReduction() local5224 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in processInReduction()
3793 const OpenMPDirectiveKind CapturedRegion,