Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9595 Stmt *DependentPreInits = Transform->getPreInits(); in checkOpenMPLoop() local
9596 if (!DependentPreInits) in checkOpenMPLoop()
9598 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()
14652 Stmt *DependentPreInits; in checkTransformableLoopNest() local
14654 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14656 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14659 if (!DependentPreInits) in checkTransformableLoopNest()
14662 cast<DeclStmt>(DependentPreInits)->getDeclGroup()); in checkTransformableLoopNest()