Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp1065 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1133 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1447 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1516 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1664 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1737 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h555 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1947 D->setPrevLowerBoundVariable(Record.readSubExpr()); in VisitOMPLoopDirective()