Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:InitExprs

2667     SmallVector<Expr*, 4> InitExprs;
2670 InitExprs.push_back(
2695 InitExprs.push_back( // set 'super class', using class_getSuperclass().
2709 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2728 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
2763 SmallVector<Expr*, 4> InitExprs;
2765 InitExprs.push_back(
2790 InitExprs.push_back(
2804 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2822 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
4435 SmallVector<Expr*, 4> InitExprs;
4443 InitExprs.push_back(castExpr);
4462 InitExprs.push_back(DescRefExpr);
4499 InitExprs.push_back(Exp);
4537 InitExprs.push_back(Exp);
4547 InitExprs.push_back(FlagExp);
4549 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs,