Searched refs:getCapturedStmt (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp72 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion);
152 S.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
243 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt());
1295 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1384 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1385 const Stmt *ParallelRegionBodyStmt = CS->getCapturedStmt();
1436 CGF.EmitStmt(S.getCapturedStmt(OMPD_parallel)->getCapturedStmt());
1511 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
2806 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp467 VisitStmt(S->getCapturedStmt());
730 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
918 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
2017 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(
2065 TeamAndReductions.first = D.getCapturedStmt(OMPD_teams)->getCapturedDecl();
4557 const auto &CS = *D.getCapturedStmt(OMPD_parallel);
4865 const CapturedStmt *CS = D.getCapturedStmt(OMPD_target);
H A DCGOpenMPRuntime.cpp1525 const CapturedStmt *CS = D.getCapturedStmt(OMPD_parallel);
1533 const CapturedStmt *CS = D.getCapturedStmt(OMPD_teams);
1562 const CapturedStmt *CS = D.getCapturedStmt(Region);
4738 const CapturedStmt &CS = *D.getCapturedStmt(Kind);
6480 const CapturedStmt &CS = *D.getCapturedStmt(OMPD_target);
6599 CS->getCapturedStmt()->IgnoreContainers(/*IgnoreCaptured=*/true);
6707 CGF.getContext(), CS->getCapturedStmt());
6822 CGF.getContext(), CS->getCapturedStmt());
6852 CGF.getContext(), CS->getCapturedStmt());
6879 CGF.getContext(), CS->getCapturedStmt());
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp93 if (Stmt *SubStmt = cast<CapturedStmt>(S)->getCapturedStmt()) {
H A DStmt.cpp138 S = CapS->getCapturedStmt();
H A DStmtPrinter.cpp653 PrintStmt(S->getInnermostCapturedStmt()->getCapturedStmt());
H A DStmtOpenMP.cpp42 return getInnermostCapturedStmt()->getCapturedStmt();
92 getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3492 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } function in class:clang::CapturedStmt
3493 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } function in class:clang::CapturedStmt
3584 return getCapturedStmt()->getBeginLoc();
3588 return getCapturedStmt()->getEndLoc();
3592 return getCapturedStmt()->getSourceRange();
H A DStmtOpenMP.h266 const CapturedStmt *getCapturedStmt(OpenMPDirectiveKind RegionKind) const { function in class:clang::OMPExecutableDirective
277 CS = cast<CapturedStmt>(CS->getCapturedStmt());
292 CS = cast<CapturedStmt>(CS->getCapturedStmt());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2944 Visit(S->getInnermostCapturedStmt()->getCapturedStmt());
4482 S = cast<CapturedStmt>(S)->getCapturedStmt();
4492 CS = cast<CapturedStmt>(CS->getCapturedStmt());
8144 BaseStmt = CS->getCapturedStmt();
8409 BaseStmt = CS->getCapturedStmt();
8847 Stmt *Body = CS->getCapturedStmt();
9265 CS = cast<CapturedStmt>(CS->getCapturedStmt());
9330 CS = cast<CapturedStmt>(CS->getCapturedStmt());
9360 CS = cast<CapturedStmt>(CS->getCapturedStmt());
9452 CS = cast<CapturedStmt>(CS->getCapturedStmt());
[all...]
H A DSemaStmt.cpp4462 CD->setBody(Res->getCapturedStmt());
H A DTreeTransform.h8014 Stmt *CS = D->getInnermostCapturedStmt()->getCapturedStmt();
13689 Body = getDerived().TransformStmt(S->getCapturedStmt());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp500 S->getCapturedDecl()->setBody(S->getCapturedStmt());
H A DASTWriterStmt.cpp522 Record.AddStmt(S->getCapturedStmt());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4898 Stmt *S = CS->getCapturedStmt();

Completed in 518 milliseconds