Searched refs:DependentPreInits (Results 1 – 1 of 1) sorted by relevance
8975 Stmt *DependentPreInits; in checkOpenMPLoop() local8977 DependentPreInits = Dir->getPreInits(); in checkOpenMPLoop()8979 DependentPreInits = Dir->getPreInits(); in checkOpenMPLoop()8983 if (!DependentPreInits) in checkOpenMPLoop()8985 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()12599 Stmt *DependentPreInits; in checkTransformableLoopNest() local12601 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()12603 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()12606 if (!DependentPreInits) in checkTransformableLoopNest()12608 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) in checkTransformableLoopNest()