Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NumAssocs

871   E->NumAssocs = Record[Idx++];
872 E->AssocTypes = new (Reader.getContext()) TypeSourceInfo*[E->NumAssocs];
874 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs];