Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp321 Dir->setDependentInits(Exprs.DependentInits); in Create()
364 Dir->setDependentInits(Exprs.DependentInits); in Create()
479 Dir->setDependentInits(Exprs.DependentInits); in Create()
609 Dir->setDependentInits(Exprs.DependentInits); in Create()
654 Dir->setDependentInits(Exprs.DependentInits); in Create()
971 Dir->setDependentInits(Exprs.DependentInits); in Create()
1075 Dir->setDependentInits(Exprs.DependentInits); in Create()
1120 Dir->setDependentInits(Exprs.DependentInits); in Create()
1163 Dir->setDependentInits(Exprs.DependentInits); in Create()
1208 Dir->setDependentInits(Exprs.DependentInits); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h802 SmallVector<Expr *, 4> DependentInits; member
850 DependentInits.resize(Size); in clear()
859 DependentInits[I] = nullptr; in clear()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9986 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10081 Built.DependentInits[Cnt] = nullptr; in checkOpenMPLoop()
10086 Built.DependentInits[Cnt] = in checkOpenMPLoop()