Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp330 Dir->setNextLowerBound(Exprs.NLB); in Create()
416 Dir->setNextLowerBound(Exprs.NLB); in Create()
546 Dir->setNextLowerBound(Exprs.NLB); in Create()
591 Dir->setNextLowerBound(Exprs.NLB); in Create()
884 Dir->setNextLowerBound(Exprs.NLB); in Create()
988 Dir->setNextLowerBound(Exprs.NLB); in Create()
1033 Dir->setNextLowerBound(Exprs.NLB); in Create()
1076 Dir->setNextLowerBound(Exprs.NLB); in Create()
1121 Dir->setNextLowerBound(Exprs.NLB); in Create()
1165 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1170 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function