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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp112 void OMPLoopDirective::setCounters(ArrayRef<Expr *> A) { function in class:OMPLoopDirective
209 Dir->setCounters(Exprs.Counters);
259 Dir->setCounters(Exprs.Counters);
313 Dir->setCounters(Exprs.Counters);
481 Dir->setCounters(Exprs.Counters);
534 Dir->setCounters(Exprs.Counters);
951 Dir->setCounters(Exprs.Counters);
1097 Dir->setCounters(Exprs.Counters);
1150 Dir->setCounters(Exprs.Counters);
1201 Dir->setCounters(Expr
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2316 D->setCounters(Sub);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h743 void setCounters(ArrayRef<Expr *> A);

Completed in 144 milliseconds