Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp468 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in emitCommonOMPParallelDirective()
512 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPParallelDirective()
1217 auto *Stmt = cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt(); in EmitSections()
1370 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSectionDirective()
1404 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPSingleDirective()
1423 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPMasterDirective()
1432 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPCriticalDirective()
1490 auto CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()
1543 auto *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPTaskDirective()
1631 CGF.EmitStmt(cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt()); in EmitOMPTaskgroupDirective()
[all …]
HDCGOpenMPRuntime.cpp288 const CapturedStmt *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitParallelOutlinedFunction()
300 auto *CS = cast<CapturedStmt>(D.getAssociatedStmt()); in emitTaskOutlinedFunction()
2229 cast<CapturedStmt>(*D.getAssociatedStmt())); in emitTaskCall()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtPrinter.cpp829 if (S->hasAssociatedStmt() && S->getAssociatedStmt()) { in PrintOMPExecutableDirective()
830 assert(isa<CapturedStmt>(S->getAssociatedStmt()) && in PrintOMPExecutableDirective()
832 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h184 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
585 Stmt *Body = getAssociatedStmt()->IgnoreContainers(true); in getBody()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp1930 Writer.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h6848 if (!D->getAssociatedStmt()) { in TransformOMPExecutableDirective()
6857 cast<CapturedStmt>(D->getAssociatedStmt())->getCapturedStmt()); in TransformOMPExecutableDirective()