Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1692 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1754 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2027 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2087 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2211 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2275 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2473 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2530 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1243 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function