Lines Matching refs:NumExprs
1606 NumComps(comps.size()), NumExprs(exprs.size()) { in OffsetOfExpr()
4174 BuiltinLoc(BLoc), RParenLoc(RP), NumExprs(args.size()) { in ShuffleVectorExpr()
4185 this->NumExprs = Exprs.size(); in setExprs()
4186 SubExprs = new (C) Stmt*[NumExprs]; in setExprs()
4448 ParenListExprBits.NumExprs = Exprs.size(); in ParenListExpr()
4455 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr() argument
4457 ParenListExprBits.NumExprs = NumExprs; in ParenListExpr()
4470 unsigned NumExprs) { in CreateEmpty() argument
4472 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4473 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4795 BeginLoc(BeginLoc), EndLoc(EndLoc), NumExprs(SubExprs.size()) { in RecoveryExpr()