Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:InitExprs

2670     SmallVector<Expr*, 4> InitExprs;
2673 InitExprs.push_back(
2699 InitExprs.push_back( // set 'super class', using class_getSuperclass().
2714 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
2732 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
2767 SmallVector<Expr*, 4> InitExprs;
2769 InitExprs.push_back(
2795 InitExprs.push_back(
2810 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
2828 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
4427 SmallVector<Expr*, 4> InitExprs;
4435 InitExprs.push_back(castExpr);
4449 InitExprs.push_back(DescRefExpr);
4487 InitExprs.push_back(Exp);
4526 InitExprs.push_back(Exp);
4536 InitExprs.push_back(FlagExp);
4538 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,