Searched refs:getAssociatedStmt (Results 1 – 5 of 5) sorted by relevance
27 const CapturedStmt *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPParallelDirective()52 const CapturedStmt *CS = cast<CapturedStmt>(S.getAssociatedStmt()); in EmitOMPSimdDirective()
154 Stmt *getAssociatedStmt() const { return const_cast<Stmt *>(*child_begin()); } in getAssociatedStmt() function
780 if (S->getAssociatedStmt()) { in PrintOMPExecutableDirective()781 assert(isa<CapturedStmt>(S->getAssociatedStmt()) && in PrintOMPExecutableDirective()783 Stmt *CS = cast<CapturedStmt>(S->getAssociatedStmt())->getCapturedStmt(); in PrintOMPExecutableDirective()
1808 Writer.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
6406 if (!D->getAssociatedStmt()) { in TransformOMPExecutableDirective()6410 getDerived().TransformStmt(D->getAssociatedStmt()); in TransformOMPExecutableDirective()