Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPDependClause

521 OMPDependClause *OMPDependClause::Create(
526 OMPDependClause *Clause =
527 new (Mem) OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size());
536 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N) {
538 return new (Mem) OMPDependClause(N);
541 void OMPDependClause::setCounterValue(Expr *V) {
547 const Expr *OMPDependClause::getCounterValue() const {
554 Expr *OMPDependClause::getCounterValue() {