Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp356 Dir->setNextLowerBound(Exprs.NLB); in Create()
510 Dir->setNextLowerBound(Exprs.NLB); in Create()
657 Dir->setNextLowerBound(Exprs.NLB); in Create()
702 Dir->setNextLowerBound(Exprs.NLB); in Create()
1034 Dir->setNextLowerBound(Exprs.NLB); in Create()
1138 Dir->setNextLowerBound(Exprs.NLB); in Create()
1183 Dir->setNextLowerBound(Exprs.NLB); in Create()
1226 Dir->setNextLowerBound(Exprs.NLB); in Create()
1271 Dir->setNextLowerBound(Exprs.NLB); in Create()
1316 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1234 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function