Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1582 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1644 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1917 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1977 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
2101 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
2165 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1246 void setPrevUpperBoundVariable(Expr *PrevUB) { in setPrevUpperBoundVariable() function