Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumSubExprs

743   unsigned NumSubExprs = Record[Idx++];
744 assert(NumSubExprs == E->getNumSubExprs() && "Wrong number of subexprs");
745 for (unsigned I = 0; I != NumSubExprs; ++I)
890 assert(numSemanticExprs + 1 == E->PseudoObjectExprBits.NumSubExprs);
906 E->NumSubExprs = AtomicExpr::getNumSubExprs(E->Op);
907 for (unsigned I = 0; I != E->NumSubExprs; ++I)