Lines Matching refs:NumExprs
1540 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()
4103 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr()
4114 this->NumExprs = Exprs.size(); in setExprs()
4115 SubExprs = new (C) Stmt*[NumExprs]; in setExprs()
4377 ParenListExprBits.NumExprs = Exprs.size(); in ParenListExpr()
4384 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() argument
4386 ParenListExprBits.NumExprs = NumExprs; in ParenListExpr()
4399 unsigned NumExprs) { in CreateEmpty() argument
4401 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4402 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4724 BeginLoc(BeginLoc), EndLoc(EndLoc), NumExprs(SubExprs.size()) { in RecoveryExpr()