Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp311 Dir->setNextLowerBound(Exprs.NLB); in Create()
378 Dir->setNextLowerBound(Exprs.NLB); in Create()
508 Dir->setNextLowerBound(Exprs.NLB); in Create()
553 Dir->setNextLowerBound(Exprs.NLB); in Create()
846 Dir->setNextLowerBound(Exprs.NLB); in Create()
950 Dir->setNextLowerBound(Exprs.NLB); in Create()
995 Dir->setNextLowerBound(Exprs.NLB); in Create()
1038 Dir->setNextLowerBound(Exprs.NLB); in Create()
1083 Dir->setNextLowerBound(Exprs.NLB); in Create()
1127 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1137 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function