Home
last modified time | relevance | path

Searched refs:CapRegionKind (Results 1 – 7 of 7) 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/llvm-project/clang/include/clang/Sema/
DScopeInfo.h778 unsigned short CapRegionKind; variable
789 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
798 switch (CapRegionKind) { in getRegionName()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4366 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4384 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
4519 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
DSemaExpr.cpp17092 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
17262 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
17501 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
DSemaOpenMP.cpp2200 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2221 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
/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()