Lines Matching refs: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(
3269 InitExprs.push_back( // set 'super class', using class_getSuperclass().
3284 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3302 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
3340 SmallVector<Expr*, 4> InitExprs;
3342 InitExprs.push_back(
3365 InitExprs.push_back(
3380 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
3398 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
5288 SmallVector<Expr*, 4> InitExprs;
5296 InitExprs.push_back(castExpr);
5310 InitExprs.push_back(DescRefExpr);
5349 InitExprs.push_back(Exp);
5388 InitExprs.push_back(Exp);
5398 InitExprs.push_back(FlagExp);
5400 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,