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

References

tools/clang/include/clang/AST/Stmt.h
 3553     return getCapturedStmt()->getBeginLoc();
 3557     return getCapturedStmt()->getEndLoc();
 3561     return getCapturedStmt()->getSourceRange();
tools/clang/include/clang/AST/StmtOpenMP.h
  277       CS = cast<CapturedStmt>(CS->getCapturedStmt());
 1090         getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
tools/clang/lib/AST/StmtOpenMP.cpp
   41   return getInnermostCapturedStmt()->getCapturedStmt();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6615         CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
 6721       CGF.getContext(), CS->getCapturedStmt());
 6836         CGF.getContext(), CS->getCapturedStmt());
 6866             CGF.getContext(), CS->getCapturedStmt());
 6893         CGF.getContext(), CS->getCapturedStmt());
 8708       CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
 9566         E->getInnermostCapturedStmt()->getCapturedStmt(), ParentName);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  464         VisitStmt(S->getCapturedStmt());
  727       CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
  911       CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
 2006             D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  147         S.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
  237       CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt());
 1333     CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt());
 1373       D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
 2608   const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
 2764     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 2795     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 2815     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 2824     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 3297     CGF.EmitStmt(CS->getCapturedStmt());
 3355     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 3633       CGF.EmitStmt(CS->getCapturedStmt());
 4125           CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 4203   CGF.EmitStmt(S.getCapturedStmt(OMPD_target)->getCapturedStmt());
 4262     CGF.EmitStmt(S.getCapturedStmt(OMPD_teams)->getCapturedStmt());
 4284     CGF.EmitStmt(CS->getCapturedStmt());
 4721       CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 4845     CGF.EmitStmt(CS->getCapturedStmt());
 5211       CGF.EmitStmt(D.getInnermostCapturedStmt()->getCapturedStmt());