Lines Matching defs:InitExprs
2724 SmallVector<Expr*, 16> InitExprs;
2731 InitExprs.push_back(count);
2733 InitExprs.push_back(Exp->getElement(i));
2735 CallExpr::Create(*Context, NSArrayDRE, InitExprs, NSArrayFType, VK_LValue,
3241 SmallVector<Expr*, 4> InitExprs;
3244 InitExprs.push_back(NoTypeInfoCStyleCastExpr(
3263 InitExprs.push_back( // set 'super class', using class_getSuperclass().
3278 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3296 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
3334 SmallVector<Expr*, 4> InitExprs;
3336 InitExprs.push_back(NoTypeInfoCStyleCastExpr(
3355 InitExprs.push_back(
3370 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3388 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
5245 SmallVector<Expr*, 4> InitExprs;
5253 InitExprs.push_back(castExpr);
5267 InitExprs.push_back(DescRefExpr);
5306 InitExprs.push_back(Exp);
5342 InitExprs.push_back(Exp);
5352 InitExprs.push_back(FlagExp);
5354 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,