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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1472   const CapturedStmt *CS = D.getCapturedStmt(OMPD_parallel);
 1480   const CapturedStmt *CS = D.getCapturedStmt(OMPD_teams);
 1509   const CapturedStmt *CS = D.getCapturedStmt(Region);
 4760   const CapturedStmt &CS = *D.getCapturedStmt(Kind);
 6496   const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target);
 9173   const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2054     TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl();
 4541   const auto &CS = *D.getCapturedStmt(OMPD_parallel);
 4849   const CapturedStmt *CS = D.getCapturedStmt(OMPD_target);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   67     const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion);
 1273   const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
 1333     CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt());
 2879   const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion);
 3166   const CapturedStmt *CS = S.getCapturedStmt(OMPD_task);
 3281   const CapturedStmt *CS = S.getCapturedStmt(OMPD_task);
 4203   CGF.EmitStmt(S.getCapturedStmt(OMPD_target)->getCapturedStmt());
 4231   const CapturedStmt *CS = S.getCapturedStmt(OMPD_teams);
 4262     CGF.EmitStmt(S.getCapturedStmt(OMPD_teams)->getCapturedStmt());
 4272   auto *CS = S.getCapturedStmt(OMPD_teams);
 4833   const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
 4967   const CapturedStmt *CS = S.getCapturedStmt(OMPD_taskloop);