Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:BlockCall

4762       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
4763 ReplaceStmt(S, BlockCall);
4764 return BlockCall;