Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:BlockCall

5727       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
5728 ReplaceStmt(S, BlockCall);
5729 return BlockCall;