Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h752 unsigned short CapRegionKind; variable
761 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel) { in CapturedRegionScopeInfo()
769 switch (CapRegionKind) { in getRegionName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp14867 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
15096 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
15126 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in captureInCapturedRegion()
15394 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
H A DSemaStmt.cpp4372 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()