Home | History | Annotate | Download | only in AST

Lines Matching refs:VL

1127                                            ArrayRef<Expr *> VL) {
1128 void *Mem = C.Allocate(sizeof(OMPPrivateClause) + sizeof(Expr *) * VL.size(),
1131 EndLoc, VL.size());
1132 Clause->setVarRefs(VL);