Home
last modified time | relevance | path

Searched refs:getAssociatedStmt (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp846 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in emitCommonOMPParallelDirective()
894 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()
1902 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()
1952 auto *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()
2042 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTaskgroupDirective()
[all …]
DCGOpenMPRuntime.cpp344 const CapturedStmt *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitParallelOutlinedFunction()
364 auto *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitTaskOutlinedFunction()
2415 cast<CapturedStmt>(*D.getAssociatedStmt())); in emitTaskCall()
3243 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetOutlinedFunction()
3287 const CapturedStmt &CS = *cast<CapturedStmt>(D.getAssociatedStmt()); in emitTargetCall()
/external/clang/lib/AST/
DStmtPrinter.cpp918 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
919 assert(isa<CapturedStmt>(S->getAssociatedStmt()) && in PrintOMPExecutableDirective()
921 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h197 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
648 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2047 Writer.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
/external/clang/lib/Sema/
DTreeTransform.h7074 if (D->hasAssociatedStmt() && D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
7081 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()