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

References

tools/clang/include/clang/AST/StmtOpenMP.h
  292       CS = cast<CapturedStmt>(CS->getCapturedStmt());
tools/clang/lib/AST/ParentMap.cpp
   93     if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) {
tools/clang/lib/AST/Stmt.cpp
  137       S = CapS->getCapturedStmt();
tools/clang/lib/AST/StmtPrinter.cpp
  653     PrintStmt(S->getInnermostCapturedStmt()->getCapturedStmt());
tools/clang/lib/Analysis/CFG.cpp
 4867       Stmt *S = CS->getCapturedStmt();
tools/clang/lib/Sema/SemaOpenMP.cpp
 4257       S = cast<CapturedStmt>(S)->getCapturedStmt();
 4267         CS = cast<CapturedStmt>(CS->getCapturedStmt());
 7768     BaseStmt = CS->getCapturedStmt();
 8011     BaseStmt = CS->getCapturedStmt();
 8448   Stmt *Body = CS->getCapturedStmt();
 8866     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 8931     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 8961     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9053     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9090     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9127     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9436     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9515     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9559     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9615     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9671     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9726     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9782     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9828     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9891     CS = cast<CapturedStmt>(CS->getCapturedStmt());
 9953     CS = cast<CapturedStmt>(CS->getCapturedStmt());
10002     CS = cast<CapturedStmt>(CS->getCapturedStmt());
10032     CS = cast<CapturedStmt>(CS->getCapturedStmt());
10075     CS = cast<CapturedStmt>(CS->getCapturedStmt());
10130     CS = cast<CapturedStmt>(CS->getCapturedStmt());
10189     CS = cast<CapturedStmt>(CS->getCapturedStmt());
tools/clang/lib/Sema/SemaStmt.cpp
 4442   CD->setBody(Res->getCapturedStmt());
tools/clang/lib/Sema/TreeTransform.h
 7897       Stmt *CS = D->getInnermostCapturedStmt()->getCapturedStmt();
13386     Body = getDerived().TransformStmt(S->getCapturedStmt());
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  510   S->getCapturedDecl()->setBody(S->getCapturedStmt());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  425   Record.AddStmt(S->getCapturedStmt());