Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h808 unsigned short CapRegionKind; variable
819 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
828 switch (CapRegionKind) { in getRegionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4732 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4750 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
4886 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp19279 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
19464 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
19860 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
H A DSemaOpenMP.cpp2389 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2418 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()