Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:SynthBlockInitExpr

424     Stmt *SynthBlockInitExpr(BlockExpr *Exp,
4930 Stmt *RewriteModernObjC::SynthBlockInitExpr(BlockExpr *Exp,
5089 assert(RD && "SynthBlockInitExpr(): Can't find RecordDecl");
5102 "SynthBlockInitExpr - captured block variable is not byref");
5131 "SynthBlockInitExpr - GlobalConstructionExp must be null");
5221 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs);