Home | History | Annotate | Download | only in AST

Lines Matching defs:Clause

1130   OMPPrivateClause *Clause = new (Mem) OMPPrivateClause(StartLoc, LParenLoc,
1132 Clause->setVarRefs(VL);
1133 return Clause;