Home
last modified time | relevance | path

Searched refs:CapRegionKind (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h782 unsigned short CapRegionKind; variable
793 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
802 switch (CapRegionKind) { in getRegionName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4654 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4672 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
4807 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp17253 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
17421 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
17763 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
H A DSemaOpenMP.cpp2207 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2236 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()