reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/ScopeInfo.h
  781     case CR_OpenMP:
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
   56       : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind),
   62       : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen),
   85     return Info->getKind() == CR_OpenMP;
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4674     NeedToDelayGlobalization = CGF.CapturedStmtInfo->getKind() == CR_OpenMP;
tools/clang/lib/Sema/Sema.cpp
 2168       (getLangOpts().OpenMP && K == CR_OpenMP) ? getOpenMPNestingLevel() : 0,
tools/clang/lib/Sema/SemaExpr.cpp
15720           cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP))
15897   if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) {
16132         if (RSI->CapRegionKind == CR_OpenMP) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 1938         if (RSI->CapRegionKind == CR_OpenMP) {
 3108     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3136     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3148     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3157     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3181     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3189     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3211     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3234     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3279     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3308     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3329     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3351     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3376     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3388     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3397     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3409     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3426     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3438     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
 3463     ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP,
tools/clang/lib/Sema/SemaStmt.cpp
 4286                                          RSI->CapRegionKind == CR_OpenMP);
 4304       if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP)