Lines Matching defs:NumExprs
1943 unsigned NumExprs,
1945 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(NumExprs),
1947 return new (Mem) CXXParenListInitExpr(Empty, NumExprs);
1971 unsigned NumExprs)
1973 BeginLoc(BL), NumExprs(NumExprs) {
1983 unsigned NumExprs) {
1984 void *Mem = Ctx.Allocate(totalSizeToAlloc<Expr *>(NumExprs),
1987 ResolvedUnexpandedPackExpr(SourceLocation(), QualType(), NumExprs);
1992 QualType T, unsigned NumExprs) {
1993 void *Mem = Ctx.Allocate(totalSizeToAlloc<Expr *>(NumExprs),
1996 new (Mem) ResolvedUnexpandedPackExpr(BL, T, NumExprs);