Lines Matching defs:CapturedRegion
84 const std::optional<OpenMPDirectiveKind> CapturedRegion = std::nullopt,
90 if (!CapturedRegion)
94 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion);
124 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt,
139 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt,
4764 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion,
4768 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion);
4867 CapturedRegion](CodeGenFunction &CGF,
5052 OMPLexicalScope LexScope(CGF, S, CapturedRegion);
5335 OpenMPDirectiveKind CapturedRegion = EKind;
5336 OMPLexicalScope LexScope(CGF, S, CapturedRegion);