Searched refs:DependentPreInits (Results 1 – 1 of 1) sorted by relevance
9810 Stmt *DependentPreInits = Transform->getPreInits(); in checkOpenMPLoop() local9811 if (!DependentPreInits) in checkOpenMPLoop()9813 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()14950 Stmt *DependentPreInits; in checkTransformableLoopNest() local14952 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()14954 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()14957 if (!DependentPreInits) in checkTransformableLoopNest()14960 cast<DeclStmt>(DependentPreInits)->getDeclGroup()); in checkTransformableLoopNest()