Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8975 Stmt *DependentPreInits; in checkOpenMPLoop() local
8977 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() local
12601 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()