Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h794 unsigned short CapRegionKind; variable
805 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
814 switch (CapRegionKind) { in getRegionName()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4677 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4695 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
4830 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp18315 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
18483 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
18825 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
H A DSemaOpenMP.cpp2334 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2363 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()