Home | History | Annotate | Download | only in Frontend

Lines Matching refs:InitExprs

2675     SmallVector<Expr*, 4> InitExprs;
2678 InitExprs.push_back(
2708 InitExprs.push_back( // set 'super class', using class_getSuperclass().
2722 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2741 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
2778 SmallVector<Expr*, 4> InitExprs;
2780 InitExprs.push_back(
2808 InitExprs.push_back(
2822 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs,
2840 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
4468 SmallVector<Expr*, 4> InitExprs;
4476 InitExprs.push_back(castExpr);
4495 InitExprs.push_back(DescRefExpr);
4532 InitExprs.push_back(Exp);
4570 InitExprs.push_back(Exp);
4580 InitExprs.push_back(FlagExp);
4582 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs,