Lines Matching refs:InitExprs
2670 SmallVector<Expr*, 4> InitExprs; in SynthMessageExpr() local
2673 InitExprs.push_back(NoTypeInfoCStyleCastExpr( in SynthMessageExpr()
2694 InitExprs.push_back( // set 'super class', using class_getSuperclass(). in SynthMessageExpr()
2709 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
2727 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs, in SynthMessageExpr()
2762 SmallVector<Expr*, 4> InitExprs; in SynthMessageExpr() local
2764 InitExprs.push_back(NoTypeInfoCStyleCastExpr( in SynthMessageExpr()
2786 InitExprs.push_back( in SynthMessageExpr()
2801 CallExpr::Create(*Context, DRE, InitExprs, superType, VK_LValue, in SynthMessageExpr()
2819 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs, in SynthMessageExpr()
4413 SmallVector<Expr*, 4> InitExprs; in SynthBlockInitExpr() local
4421 InitExprs.push_back(castExpr); in SynthBlockInitExpr()
4435 InitExprs.push_back(DescRefExpr); in SynthBlockInitExpr()
4475 InitExprs.push_back(Exp); in SynthBlockInitExpr()
4514 InitExprs.push_back(Exp); in SynthBlockInitExpr()
4524 InitExprs.push_back(FlagExp); in SynthBlockInitExpr()
4526 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr()