Searched refs:SynthesizeBlockCall (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 386 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp); 3718 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteObjC 3728 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall() 3735 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall() 3737 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall() 4742 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
|
D | RewriteModernObjC.cpp | 476 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp); 4559 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { in SynthesizeBlockCall() function in RewriteModernObjC 4569 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall() 4576 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall() 4578 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall() 5649 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee()); in RewriteFunctionBodyOrGlobalInitializer()
|