Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp182 void OMPLoopDirective::setDependentInits(ArrayRef<Expr *> A) { in setDependentInits() function in OMPLoopDirective
234 Dir->setDependentInits(Exprs.DependentInits); in Create()
277 Dir->setDependentInits(Exprs.DependentInits); in Create()
323 Dir->setDependentInits(Exprs.DependentInits); in Create()
453 Dir->setDependentInits(Exprs.DependentInits); in Create()
498 Dir->setDependentInits(Exprs.DependentInits); in Create()
791 Dir->setDependentInits(Exprs.DependentInits); in Create()
895 Dir->setDependentInits(Exprs.DependentInits); in Create()
940 Dir->setDependentInits(Exprs.DependentInits); in Create()
983 Dir->setDependentInits(Exprs.DependentInits); in Create()
[all …]
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h752 void setDependentInits(ArrayRef<Expr *> A);