Home
last modified time | relevance | path

Searched refs:CR_OpenMP (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DCapturedStmt.h19 CR_OpenMP enumerator
/external/clang/include/clang/Sema/
DScopeInfo.h655 case CR_OpenMP: in getRegionName()
/external/clang/lib/Sema/
DSema.cpp1506 (getLangOpts().OpenMP && K == CR_OpenMP) ? getOpenMPNestingLevel() : 0); in PushCapturedRegionScope()
DSemaOpenMP.cpp1599 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
1623 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
1642 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
1677 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
1699 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
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()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp55 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo()
61 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo()
84 return Info->getKind() == CR_OpenMP; in classof()