Lines Matching refs:NumExprs
1665 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()
4288 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr()
4299 this->NumExprs = Exprs.size(); in setExprs()
4300 SubExprs = new (C) Stmt*[NumExprs]; in setExprs()
4563 ParenListExprBits.NumExprs = Exprs.size(); in ParenListExpr()
4570 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() argument
4572 ParenListExprBits.NumExprs = NumExprs; in ParenListExpr()
4585 unsigned NumExprs) { in CreateEmpty() argument
4587 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4588 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4921 BeginLoc(BeginLoc), EndLoc(EndLoc), NumExprs(SubExprs.size()) { in RecoveryExpr()