Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumExprs

533   unsigned NumExprs = Record[Idx++];
534 E->Exprs = new (Reader.getContext()) Stmt*[NumExprs];
535 for (unsigned i = 0; i != NumExprs; ++i)
537 E->NumExprs = NumExprs;
888 unsigned NumExprs = Record[Idx++];
889 while (NumExprs--)