Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp1066 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1134 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1448 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1517 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1665 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
1738 Dir->setPrevUpperBoundVariable(Exprs.PrevUB); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h560 void setPrevUpperBoundVariable(Expr *PrevUB) { in setPrevUpperBoundVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1948 D->setPrevUpperBoundVariable(Record.readSubExpr()); in VisitOMPLoopDirective()