Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9512 Stmt *DependentPreInits = Transform->getPreInits(); in checkOpenMPLoop() local
9513 if (!DependentPreInits) in checkOpenMPLoop()
9515 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()
14512 Stmt *DependentPreInits; in checkTransformableLoopNest() local
14514 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14516 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14519 if (!DependentPreInits) in checkTransformableLoopNest()
14522 cast<DeclStmt>(DependentPreInits)->getDeclGroup()); in checkTransformableLoopNest()