Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp147 Dir->setNextLowerBound(Exprs.NLB); in Create()
197 Dir->setNextLowerBound(Exprs.NLB); in Create()
360 Dir->setNextLowerBound(Exprs.NLB); in Create()
409 Dir->setNextLowerBound(Exprs.NLB); in Create()
749 Dir->setNextLowerBound(Exprs.NLB); in Create()
891 Dir->setNextLowerBound(Exprs.NLB); in Create()
940 Dir->setNextLowerBound(Exprs.NLB); in Create()
988 Dir->setNextLowerBound(Exprs.NLB); in Create()
1062 Dir->setNextLowerBound(Exprs.NLB); in Create()
1130 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h534 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1942 D->setNextLowerBound(Record.readSubExpr()); in VisitOMPLoopDirective()