Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h825 unsigned short CapRegionKind; variable
836 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
845 switch (CapRegionKind) { in getRegionName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4434 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4452 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
4589 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp18265 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
18450 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
18846 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
H A DSemaOpenMP.cpp2396 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2425 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()