Lines Matching refs:NumExprs
1683 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()
4369 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr()
4380 this->NumExprs = Exprs.size(); in setExprs()
4381 SubExprs = new (C) Stmt*[NumExprs]; in setExprs()
4734 ParenListExprBits.NumExprs = Exprs.size(); in ParenListExpr()
4741 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() argument
4743 ParenListExprBits.NumExprs = NumExprs; in ParenListExpr()
4756 unsigned NumExprs) { in CreateEmpty() argument
4758 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4759 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
5119 BeginLoc(BeginLoc), EndLoc(EndLoc), NumExprs(SubExprs.size()) { in RecoveryExpr()