Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp355 Dir->setNextLowerBound(Exprs.NLB); in Create()
470 Dir->setNextLowerBound(Exprs.NLB); in Create()
600 Dir->setNextLowerBound(Exprs.NLB); in Create()
645 Dir->setNextLowerBound(Exprs.NLB); in Create()
962 Dir->setNextLowerBound(Exprs.NLB); in Create()
1066 Dir->setNextLowerBound(Exprs.NLB); in Create()
1111 Dir->setNextLowerBound(Exprs.NLB); in Create()
1154 Dir->setNextLowerBound(Exprs.NLB); in Create()
1199 Dir->setNextLowerBound(Exprs.NLB); in Create()
1244 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1217 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function