Searched refs:SynthesizeBlockCall (Results 1 – 1 of 1) sorted by relevance
476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp);4549 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC4559 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()4566 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()4568 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()5634 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()