Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp17431 if (S.isOpenMPPrivateDecl(Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel) != in captureInCapturedRegion()
17434 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
17765 Var, RSI->OpenMPLevel, RSI->OpenMPCaptureLevel); in tryCaptureVariable()
17775 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable()
17779 assert(RSI->OpenMPLevel == OuterRSI->OpenMPLevel && in tryCaptureVariable()
17787 isOpenMPTargetCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
17791 IsGlobal && isOpenMPGlobalCapturedDecl(Var, RSI->OpenMPLevel, in tryCaptureVariable()
17798 adjustOpenMPTargetScopeIndex(FunctionScopesIndex, RSI->OpenMPLevel); in tryCaptureVariable()
H A DSemaStmt.cpp4673 S.setOpenMPCaptureKind(Field, Cap.getVariable(), RSI->OpenMPLevel); in buildCapturedStmtCaptureList()
H A DSemaOpenMP.cpp2215 DSAStack->getDirective(CSI->OpenMPLevel)); in isOpenMPCapturedDecl()