Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1551 Dir->setNextLowerBound(Exprs.NLB); in Create()
1597 Dir->setNextLowerBound(Exprs.NLB); in Create()
1752 Dir->setNextLowerBound(Exprs.NLB); in Create()
1796 Dir->setNextLowerBound(Exprs.NLB); in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h391 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2011 D->setNextLowerBound(Reader.ReadSubExpr()); in VisitOMPLoopDirective()