Home
last modified time | relevance | path

Searched refs:getCapturedStmt (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp894 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()
1633 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()
1795 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()
1828 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective()
1846 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective()
1854 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective()
1989 CGF.EmitStmt(CS->getCapturedStmt()); in EmitOMPTaskDirective()
2042 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTaskgroupDirective()
2086 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPOrderedDirective()
2551 CGF.EmitStmt(CS.getCapturedStmt()); in EmitOMPTargetDirective()
[all …]
/external/clang/include/clang/AST/
DStmt.h2087 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
2088 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
2188 return getCapturedStmt()->getLocStart(); in getLocStart()
2191 return getCapturedStmt()->getLocEnd(); in getLocEnd()
2194 return getCapturedStmt()->getSourceRange(); in getSourceRange()
/external/clang/lib/AST/
DStmt.cpp120 S = CapS->getCapturedStmt(); in IgnoreContainers()
DStmtPrinter.cpp921 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2484 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective()
4232 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
4489 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
4906 auto Body = CS->getCapturedStmt(); in ActOnOpenMPAtomicDirective()
DSemaStmt.cpp3923 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
DTreeTransform.h7081 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()
11587 Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp326 Writer.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
DASTReaderStmt.cpp419 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()