Home | History | Annotate | Download | only in Frontend

Lines Matching refs:SynthBlockInitExpr

480     Stmt *SynthBlockInitExpr(BlockExpr *Exp,
5409 Stmt *RewriteModernObjC::SynthBlockInitExpr(BlockExpr *Exp,
5568 assert(RD && "SynthBlockInitExpr(): Can't find RecordDecl");
5581 "SynthBlockInitExpr - captured block variable is not byref");
5610 "SynthBlockInitExpr - GlobalConstructionExp must be null");
5702 Stmt *blockTranscribed = SynthBlockInitExpr(BE, InnerBlockDeclRefs);