Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumExprs

512   unsigned NumExprs = Record[Idx++];
513 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
514 for (unsigned i = 0; i != NumExprs; ++i)
516 E->NumExprs = NumExprs;
847 unsigned NumExprs = Record[Idx++];
848 while (NumExprs--)