Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockCall

4796       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
4797 ReplaceStmt(S, BlockCall);
4798 return BlockCall;