Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9810 Stmt *DependentPreInits = Transform->getPreInits(); in checkOpenMPLoop() local
9811 if (!DependentPreInits) in checkOpenMPLoop()
9813 for (Decl *C : cast<DeclStmt>(DependentPreInits)->getDeclGroup()) { in checkOpenMPLoop()
14950 Stmt *DependentPreInits; in checkTransformableLoopNest() local
14952 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14954 DependentPreInits = Dir->getPreInits(); in checkTransformableLoopNest()
14957 if (!DependentPreInits) in checkTransformableLoopNest()
14960 cast<DeclStmt>(DependentPreInits)->getDeclGroup()); in checkTransformableLoopNest()