Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1552 Dir->setNextUpperBound(Exprs.NUB); in Create()
1598 Dir->setNextUpperBound(Exprs.NUB); in Create()
1753 Dir->setNextUpperBound(Exprs.NUB); in Create()
1797 Dir->setNextUpperBound(Exprs.NUB); in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h396 void setNextUpperBound(Expr *NUB) { in setNextUpperBound() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2012 D->setNextUpperBound(Reader.ReadSubExpr()); in VisitOMPLoopDirective()