Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp72 const llvm::Optional<OpenMPDirectiveKind> CapturedRegion = llvm::None, in OMPLexicalScope() argument
78 if (!CapturedRegion.hasValue()) in OMPLexicalScope()
82 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion); in OMPLexicalScope()
4235 const OMPExecutableDirective &S, const OpenMPDirectiveKind CapturedRegion, in EmitOMPTaskBasedDirective() argument
4239 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion); in EmitOMPTaskBasedDirective()
4342 CapturedRegion](CodeGenFunction &CGF, in EmitOMPTaskBasedDirective()
4455 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in EmitOMPTaskBasedDirective()
H A DCodeGenFunction.h3420 const OpenMPDirectiveKind CapturedRegion,