Searched defs:SynthesizeBlockCall (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Rewrite/Frontend/ |
H A D | RewriteObjC.cpp | 394 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp); 3762 Stmt *RewriteObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { function in class:RewriteObjC 3772 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); 3779 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); 3781 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); 4796 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
|
H A D | RewriteModernObjC.cpp | 490 Stmt *SynthesizeBlockCall(CallExpr *Exp, const Expr* BlockExp); 4678 Stmt *RewriteModernObjC::SynthesizeBlockCall(CallExpr *Exp, const Expr *BlockExp) { function in class:RewriteModernObjC 4688 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); 4695 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); 4697 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); 5776 Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
|
Completed in 50 milliseconds