Home | History | Annotate | Download | only in Frontend

Lines Matching refs:RewriteByRefVar

400     void RewriteByRefVar(VarDecl *VD, bool firstDecl, bool lastDecl);
5134 /// RewriteByRefVar - For each __block typex ND variable this routine transforms
5152 void RewriteModernObjC::RewriteByRefVar(VarDecl *ND, bool firstDecl,
5194 assert(CurMethodDef && "RewriteByRefVar - CurMethodDef is null");
5261 assert((*commaBuf == ',') && "RewriteByRefVar: can't find ','");
5291 "RewriteByRefVar: can't find ';' or ','");
5739 RewriteByRefVar(VD, (DI == DS->decl_begin()), ((DI+1) == DE));