Searched refs:CapRegionKind (Results 1 – 3 of 3) sorted by relevance
635 unsigned short CapRegionKind; variable643 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel) in CapturedRegionScopeInfo()652 switch (CapRegionKind) { in getRegionName()
3988 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
13202 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()13390 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()13663 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()