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

References

tools/clang/include/clang/Sema/ScopeInfo.h
  776     switch (CapRegionKind) {
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) {
tools/clang/lib/Sema/SemaStmt.cpp
 4286                                          RSI->CapRegionKind == CR_OpenMP);
 4304       if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP)
 4439       getASTContext(), S, static_cast<CapturedRegionKind>(RSI->CapRegionKind),