Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1581 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1643 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1916 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1976 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2100 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2164 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1241 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function