Lines Matching refs:NumExprs
1582 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()
4200 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr()
4211 this->NumExprs = Exprs.size(); in setExprs()
4212 SubExprs = new (C) Stmt*[NumExprs]; in setExprs()
4474 ParenListExprBits.NumExprs = Exprs.size(); in ParenListExpr()
4481 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() argument
4483 ParenListExprBits.NumExprs = NumExprs; in ParenListExpr()
4496 unsigned NumExprs) { in CreateEmpty() argument
4498 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4499 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4832 BeginLoc(BeginLoc), EndLoc(EndLoc), NumExprs(SubExprs.size()) { in RecoveryExpr()