Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:IVars

3159 /// an objective-c class with ivars.
3176 // If no ivars and no root or if its root, directly or indirectly,
3177 // have no ivars (thus not synthesized) then no need to synthesize this class.
5393 // Build _objc_ivar_list metadata for classes ivars if needed
5432 SmallVector<ObjCIvarDecl *, 8> IVars;
5437 IVars.push_back(*IV);
5514 struct _objc_ivar_list *ivars;
5531 Result += "\tstruct _objc_ivar_list *ivars;\n";
5569 // Set 'ivars' field for root class to 0. ObjC1 runtime does not use it.