Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h635 unsigned short CapRegionKind; variable
643 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel) in CapturedRegionScopeInfo()
652 switch (CapRegionKind) { in getRegionName()
/external/clang/lib/Sema/
DSemaStmt.cpp3988 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
DSemaExpr.cpp13202 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()