Home
last modified time | relevance | path

Searched refs:OpenMPLevel (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h784 unsigned short OpenMPLevel; variable
789 CapturedRegionKind K, unsigned OpenMPLevel, in CapturedRegionScopeInfo() argument
793 ContextParam(Context), CapRegionKind(K), OpenMPLevel(OpenMPLevel), in CapturedRegionScopeInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17597 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion()
17600 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
17931 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable()
17941 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable()
17945 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable()
17953 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
17957 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
17964 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
H A DSemaStmt.cpp4621 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
H A DSemaOpenMP.cpp2215 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()