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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1440 Dir->setPrevLowerBoundVariable(Exprs.PrevLB);
1511 Dir->setPrevLowerBoundVariable(Exprs.PrevLB);
1843 Dir->setPrevLowerBoundVariable(Exprs.PrevLB);
1915 Dir->setPrevLowerBoundVariable(Exprs.PrevLB);
2069 Dir->setPrevLowerBoundVariable(Exprs.PrevLB);
2145 Dir->setPrevLowerBoundVariable(Exprs.PrevLB);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2178 D->setPrevLowerBoundVariable(Record.readSubExpr());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h664 void setPrevLowerBoundVariable(Expr *PrevLB) { function in class:clang::OMPLoopDirective

Completed in 98 milliseconds