Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockCall

4852       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
4853 ReplaceStmt(S, BlockCall);
4854 return BlockCall;