Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BlockCall

4849       Stmt *BlockCall = SynthesizeBlockCall(CE, CE->getCallee());
4850 ReplaceStmt(S, BlockCall);
4851 return BlockCall;