Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockCall

4742       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
4743 ReplaceStmt(S, BlockCall);
4744 return BlockCall;