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

References

tools/clang/include/clang/AST/StmtOpenMP.h
  298         ->getInnermostCapturedStmt();
tools/clang/lib/AST/StmtPrinter.cpp
  653     PrintStmt(S->getInnermostCapturedStmt()->getCapturedStmt());
tools/clang/lib/Analysis/CFG.cpp
 4866     if (CapturedStmt *CS = D->getInnermostCapturedStmt()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 2781     visitSubCaptures(S->getInnermostCapturedStmt());
tools/clang/lib/Sema/TreeTransform.h
 7897       Stmt *CS = D->getInnermostCapturedStmt()->getCapturedStmt();