Searched refs:getAssociatedStmt (Results 1 – 4 of 4) sorted by relevance
333 Stmt *getAssociatedStmt() const { in getAssociatedStmt() function
636 if (Node->getAssociatedStmt()) { in VisitOMPParallelDirective()637 assert(isa<CapturedStmt>(Node->getAssociatedStmt()) && in VisitOMPParallelDirective()639 Stmt *CS = cast<CapturedStmt>(Node->getAssociatedStmt())->getCapturedStmt(); in VisitOMPParallelDirective()
1716 Writer.AddStmt(E->getAssociatedStmt()); in VisitOMPExecutableDirective()
6269 if (!D->getAssociatedStmt()) in TransformOMPParallelDirective()6272 getDerived().TransformStmt(D->getAssociatedStmt()); in TransformOMPParallelDirective()