Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp356 Dir->setNextLowerBound(Exprs.NLB); in Create()
472 Dir->setNextLowerBound(Exprs.NLB); in Create()
619 Dir->setNextLowerBound(Exprs.NLB); in Create()
664 Dir->setNextLowerBound(Exprs.NLB); in Create()
996 Dir->setNextLowerBound(Exprs.NLB); in Create()
1100 Dir->setNextLowerBound(Exprs.NLB); in Create()
1145 Dir->setNextLowerBound(Exprs.NLB); in Create()
1188 Dir->setNextLowerBound(Exprs.NLB); in Create()
1233 Dir->setNextLowerBound(Exprs.NLB); in Create()
1278 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1233 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function