Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp150 Dir->setNextLowerBound(Exprs.NLB); in Create()
203 Dir->setNextLowerBound(Exprs.NLB); in Create()
372 Dir->setNextLowerBound(Exprs.NLB); in Create()
423 Dir->setNextLowerBound(Exprs.NLB); in Create()
763 Dir->setNextLowerBound(Exprs.NLB); in Create()
906 Dir->setNextLowerBound(Exprs.NLB); in Create()
957 Dir->setNextLowerBound(Exprs.NLB); in Create()
1007 Dir->setNextLowerBound(Exprs.NLB); in Create()
1081 Dir->setNextLowerBound(Exprs.NLB); in Create()
1137 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h469 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2508 D->setNextLowerBound(Reader.ReadSubExpr()); in VisitOMPLoopDirective()