Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp351 Dir->setLowerBoundVariable(Exprs.LB); in Create()
466 Dir->setLowerBoundVariable(Exprs.LB); in Create()
596 Dir->setLowerBoundVariable(Exprs.LB); in Create()
641 Dir->setLowerBoundVariable(Exprs.LB); in Create()
958 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1062 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1107 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1150 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1195 Dir->setLowerBoundVariable(Exprs.LB); in Create()
1240 Dir->setLowerBoundVariable(Exprs.LB); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1185 void setLowerBoundVariable(Expr *LB) { in setLowerBoundVariable() function