Lines Matching refs:InitExprs
2703 SmallVector<Expr*, 4> InitExprs; in SynthMessageExpr() local
2706 InitExprs.push_back( in SynthMessageExpr()
2740 InitExprs.push_back( // set 'super class', using class_getSuperclass(). in SynthMessageExpr()
2754 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs, in SynthMessageExpr()
2773 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs, in SynthMessageExpr()
2814 SmallVector<Expr*, 4> InitExprs; in SynthMessageExpr() local
2816 InitExprs.push_back( in SynthMessageExpr()
2848 InitExprs.push_back( in SynthMessageExpr()
2862 SuperRep = new (Context) CallExpr(*Context, DRE, InitExprs, in SynthMessageExpr()
2880 new (Context) InitListExpr(*Context, SourceLocation(), InitExprs, in SynthMessageExpr()
4518 SmallVector<Expr*, 4> InitExprs; in SynthBlockInitExpr() local
4526 InitExprs.push_back(castExpr); in SynthBlockInitExpr()
4545 InitExprs.push_back(DescRefExpr); in SynthBlockInitExpr()
4582 InitExprs.push_back(Exp); in SynthBlockInitExpr()
4621 InitExprs.push_back(Exp); in SynthBlockInitExpr()
4631 InitExprs.push_back(FlagExp); in SynthBlockInitExpr()
4633 NewRep = new (Context) CallExpr(*Context, DRE, InitExprs, in SynthBlockInitExpr()