Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp148 Dir->setNextUpperBound(Exprs.NUB); in Create()
198 Dir->setNextUpperBound(Exprs.NUB); in Create()
361 Dir->setNextUpperBound(Exprs.NUB); in Create()
410 Dir->setNextUpperBound(Exprs.NUB); in Create()
750 Dir->setNextUpperBound(Exprs.NUB); in Create()
892 Dir->setNextUpperBound(Exprs.NUB); in Create()
941 Dir->setNextUpperBound(Exprs.NUB); in Create()
989 Dir->setNextUpperBound(Exprs.NUB); in Create()
1063 Dir->setNextUpperBound(Exprs.NUB); in Create()
1131 Dir->setNextUpperBound(Exprs.NUB); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h541 void setNextUpperBound(Expr *NUB) { in setNextUpperBound() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1943 D->setNextUpperBound(Record.readSubExpr()); in VisitOMPLoopDirective()