Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NumExprs

514   unsigned NumExprs = Record[Idx++];
515 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
516 for (unsigned i = 0; i != NumExprs; ++i)
518 E->NumExprs = NumExprs;
849 unsigned NumExprs = Record[Idx++];
850 while (NumExprs--)