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.cpp355 Dir->setNextLowerBound(Exprs.NLB); in Create()
531 Dir->setNextLowerBound(Exprs.NLB); in Create()
678 Dir->setNextLowerBound(Exprs.NLB); in Create()
723 Dir->setNextLowerBound(Exprs.NLB); in Create()
1072 Dir->setNextLowerBound(Exprs.NLB); in Create()
1176 Dir->setNextLowerBound(Exprs.NLB); in Create()
1221 Dir->setNextLowerBound(Exprs.NLB); in Create()
1264 Dir->setNextLowerBound(Exprs.NLB); in Create()
1309 Dir->setNextLowerBound(Exprs.NLB); in Create()
1354 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1219 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function