Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NumExprs

429   unsigned NumExprs = Record[Idx++];
430 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
431 for (unsigned i = 0; i != NumExprs; ++i)
433 E->NumExprs = NumExprs;
763 unsigned NumExprs = Record[Idx++];
764 while (NumExprs--)