Lines Matching defs:InitExprs
2668 SmallVector<Expr*, 4> InitExprs;
2671 InitExprs.push_back(NoTypeInfoCStyleCastExpr(
2692 InitExprs.push_back( // set 'super class', using class_getSuperclass().
2707 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
2725 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
2760 SmallVector<Expr*, 4> InitExprs;
2762 InitExprs.push_back(NoTypeInfoCStyleCastExpr(
2784 InitExprs.push_back(
2799 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue,
2817 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
4394 SmallVector<Expr*, 4> InitExprs;
4402 InitExprs.push_back(castExpr);
4416 InitExprs.push_back(DescRefExpr);
4456 InitExprs.push_back(Exp);
4495 InitExprs.push_back(Exp);
4505 InitExprs.push_back(FlagExp);
4507 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue,