Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:IVars

3313 /// an objective-c class with ivars.
3330 // If no ivars and no root or if its root, directly or indirectly,
3331 // have no ivars (thus not synthesized) then no need to synthesize this class.
3857 // Build _objc_ivar_list metadata for classes ivars if needed
3896 SmallVector<ObjCIvarDecl *, 8> IVars;
3901 IVars.push_back(*IV);
3978 struct _objc_ivar_list *ivars;
3995 Result += "\tstruct _objc_ivar_list *ivars;\n";
4033 // Set 'ivars' field for root class to 0. ObjC1 runtime does not use it.