Home | History | Annotate | Download | only in Serialization

Lines Matching defs:NumSubExprs

773   unsigned NumSubExprs = Record[Idx++];
774 assert(NumSubExprs == E->getNumSubExprs() && "Wrong number of subexprs");
775 for (unsigned I = 0; I != NumSubExprs; ++I)
931 assert(numSemanticExprs + 1 == E->PseudoObjectExprBits.NumSubExprs);
947 E->NumSubExprs = AtomicExpr::getNumSubExprs(E->Op);
948 for (unsigned I = 0; I != E->NumSubExprs; ++I)