Searched refs:OpenMPLevel (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 796 unsigned short OpenMPLevel; variable 801 CapturedRegionKind K, unsigned OpenMPLevel, in CapturedRegionScopeInfo() argument 805 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 18493 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion() 18496 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion() 18827 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable() 18837 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable() 18841 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable() 18849 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 18853 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable() 18860 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
|
| H A D | SemaStmt.cpp | 4696 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
|
| H A D | SemaOpenMP.cpp | 2342 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()
|