Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1243 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()
1876 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForDirective()
1888 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeParallelForSimdDirective()
1900 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPDistributeSimdDirective()
1912 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTargetParallelForSimdDirective()
2154 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()
2302 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()
2333 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective()
2353 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective()
2362 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective()
[all …]
DCGOpenMPRuntime.cpp4889 ignoreCompoundStmts(CS.getCapturedStmt()))) { in emitNumTeamsClauseForTargetDirective()
4938 ignoreCompoundStmts(CS.getCapturedStmt()))) { in emitThreadLimitClauseForTargetDirective()
5929 cast<CapturedStmt>(E->getAssociatedStmt())->getCapturedStmt(), in scanForTargetRegionsFunctions()
/external/clang/include/clang/AST/
DStmt.h2106 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
2107 const Stmt *getCapturedStmt() const { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
2198 return getCapturedStmt()->getLocStart(); in getLocStart()
2201 return getCapturedStmt()->getLocEnd(); in getLocEnd()
2204 return getCapturedStmt()->getSourceRange(); in getSourceRange()
/external/clang/lib/AST/
DStmt.cpp120 S = CapS->getCapturedStmt(); in IgnoreContainers()
DStmtPrinter.cpp985 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3397 DSAChecker.Visit(cast<CapturedStmt>(AStmt)->getCapturedStmt()); in ActOnOpenMPExecutableDirective()
5608 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPSectionsDirective()
5867 BaseStmt = CS->getCapturedStmt(); in ActOnOpenMPParallelSectionsDirective()
6297 auto Body = CS->getCapturedStmt(); in ActOnOpenMPAtomicDirective()
DSemaStmt.cpp3991 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
DTreeTransform.h7191 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()
11933 Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp339 Record.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
DASTReaderStmt.cpp423 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()