HomeSort by: relevance | last modified time | path
    Searched refs:getCapturedStmt (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMap.cpp 93 if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) {
Stmt.cpp 199 S = CapS->getCapturedStmt();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 82 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion);
165 LD->getInnermostCapturedStmt()->getCapturedStmt(),
273 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt());
1551 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1727 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1728 const Stmt *ParallelRegionBodyStmt = CS->getCapturedStmt();
1766 CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt());
1899 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
2045 const Stmt *SS = ICS->getCapturedStmt();
    [all...]
CGOpenMPRuntimeGPU.cpp 377 VisitStmt(S->getCapturedStmt());
629 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
827 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
1610 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(
1659 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl();
4024 const auto &CS = *D.getCapturedStmt(OMPD_parallel);
4333 const CapturedStmt *CS = D.getCapturedStmt(OMPD_target);
CGOpenMPRuntime.cpp 1289 const CapturedStmt *CS = D.getCapturedStmt(OMPD_parallel);
1297 const CapturedStmt *CS = D.getCapturedStmt(OMPD_teams);
1328 const CapturedStmt *CS = D.getCapturedStmt(Region);
3835 const CapturedStmt &CS = *D.getCapturedStmt(Kind);
6494 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target);
6612 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
6727 CGF.getContext(), CS->getCapturedStmt());
6842 CGF.getContext(), CS->getCapturedStmt());
6872 CGF.getContext(), CS->getCapturedStmt());
6899 CGF.getContext(), CS->getCapturedStmt());
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 3449 Visit(S->getInnermostCapturedStmt()->getCapturedStmt());
5731 S = cast<CapturedStmt>(S)->getCapturedStmt();
5741 CS = cast<CapturedStmt>(CS->getCapturedStmt());
9751 BaseStmt = CS->getCapturedStmt();
9808 Stmt *S = cast<CapturedStmt>(AStmt)->getCapturedStmt();
10082 BaseStmt = CS->getCapturedStmt();
11109 CS = cast<CapturedStmt>(CS->getCapturedStmt());
11174 CS = cast<CapturedStmt>(CS->getCapturedStmt());
11205 CS = cast<CapturedStmt>(CS->getCapturedStmt());
11303 CS = cast<CapturedStmt>(CS->getCapturedStmt());
    [all...]
SemaStmt.cpp 4810 CD->setBody(Res->getCapturedStmt());
TreeTransform.h 14678 Body = getDerived().TransformStmt(S->getCapturedStmt());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3572 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; }
3573 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; }
3664 return getCapturedStmt()->getBeginLoc();
3668 return getCapturedStmt()->getEndLoc();
3672 return getCapturedStmt()->getSourceRange();
OpenMPClause.h 8537 getCapturedStmt(OpenMPDirectiveKind RegionKind,
8547 CS = cast<CapturedStmt>(CS->getCapturedStmt());
8560 CS = cast<CapturedStmt>(CS->getCapturedStmt());
8581 S = CS->getCapturedStmt();
StmtOpenMP.h 528 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const {
533 return Data->getCapturedStmt(RegionKind, CaptureRegions);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 510 S->getCapturedDecl()->setBody(S->getCapturedStmt());
ASTWriterStmt.cpp 529 Record.AddStmt(S->getCapturedStmt());

Completed in 107 milliseconds