Searched refs:CapRegionKind (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 635 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/ |
D | ScopeInfo.h | 778 unsigned short CapRegionKind; variable 789 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo() 798 switch (CapRegionKind) { in getRegionName()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 4366 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()
|
D | SemaExpr.cpp | 17092 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()
|
D | SemaOpenMP.cpp | 2200 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl() 2221 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3988 getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind), in ActOnCapturedRegionEnd()
|
D | SemaExpr.cpp | 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()
|