Lines Matching defs:InitExprs
2725 SmallVector<Expr*, 16> InitExprs;
2732 InitExprs.push_back(count);
2734 InitExprs.push_back(Exp->getElement(i));
2736 CallExpr::Create(*Context, NSArrayDRE, InitExprs, NSArrayFType, VK_LValue,
3242 SmallVector<Expr*, 4> InitExprs;
3245 InitExprs.push_back(NoTypeInfoCStyleCastExpr(
3264 InitExprs.push_back( // set 'super class', using class_getSuperclass().
3279 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3297 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
3335 SmallVector<Expr*, 4> InitExprs;
3337 InitExprs.push_back(NoTypeInfoCStyleCastExpr(
3356 InitExprs.push_back(
3371 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3389 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
5273 SmallVector<Expr*, 4> InitExprs;
5281 InitExprs.push_back(castExpr);
5295 InitExprs.push_back(DescRefExpr);
5336 InitExprs.push_back(Exp);
5374 InitExprs.push_back(Exp);
5384 InitExprs.push_back(FlagExp);
5386 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,