Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NumSubExprs

649   unsigned NumSubExprs = Record[Idx++];
650 assert(NumSubExprs == E->getNumSubExprs() && "Wrong number of subexprs");
651 for (unsigned I = 0; I != NumSubExprs; ++I)
787 assert(numSemanticExprs + 1 == E->PseudoObjectExprBits.NumSubExprs);
803 E->NumSubExprs = AtomicExpr::getNumSubExprs(E->Op);
804 for (unsigned I = 0; I != E->NumSubExprs; ++I)