Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumExprs

420   unsigned NumExprs = Record[Idx++];
421 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
422 for (unsigned i = 0; i != NumExprs; ++i)
424 E->NumExprs = NumExprs;
752 unsigned NumExprs = Record[Idx++];
753 while (NumExprs--)