Lines Matching refs:NumIndexExprs
3060 unsigned NumIndexExprs,
3068 NumDesignators(NumDesignators), NumSubExprs(NumIndexExprs + 1) {
3118 assert(IndexIdx == NumIndexExprs && "Wrong number of index expressions");
3124 Expr **IndexExprs, unsigned NumIndexExprs,
3128 sizeof(Stmt *) * (NumIndexExprs + 1), 8);
3131 IndexExprs, NumIndexExprs, Init);
3135 unsigned NumIndexExprs) {
3137 sizeof(Stmt *) * (NumIndexExprs + 1), 8);
3138 return new (Mem) DesignatedInitExpr(NumIndexExprs + 1);