Home
last modified time | relevance | path

Searched refs:CapturedRegion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp82 const std::optional<OpenMPDirectiveKind> CapturedRegion = std::nullopt, in OMPLexicalScope() argument
88 if (!CapturedRegion) in OMPLexicalScope()
92 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion); in OMPLexicalScope()
4654 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective() argument
4658 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() local
5224 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in processInReduction()
H A DCodeGenFunction.h3793 const OpenMPDirectiveKind CapturedRegion,