Home | History | Annotate | Download | only in Frontend

Lines Matching defs:InitExprs

2780   SmallVector<Expr*, 16> InitExprs;
2787 InitExprs.push_back(count);
2789 InitExprs.push_back(Exp->getElement(i));
2791 new (Context) CallExpr(*Context, NSArrayDRE, InitExprs,
3317 SmallVector<Expr*, 4> InitExprs;
3320 InitExprs.push_back(
3351 InitExprs.push_back( // set 'super class', using class_getSuperclass().
3365 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
3384 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
3428 SmallVector<Expr*, 4> InitExprs;
3430 InitExprs.push_back(
3459 InitExprs.push_back(
3473 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
3491 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
5490 SmallVector<Expr*, 4> InitExprs;
5498 InitExprs.push_back(castExpr);
5517 InitExprs.push_back(DescRefExpr);
5554 InitExprs.push_back(Exp);
5593 InitExprs.push_back(Exp);
5603 InitExprs.push_back(FlagExp);
5605 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs,