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.cpp1654 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1716 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1989 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2049 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2173 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2237 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2435 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2492 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1258 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function