Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BlockCall

5363       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
5364 ReplaceStmt(S, BlockCall);
5365 return BlockCall;