Home | History | Annotate | Download | only in Frontend

Lines Matching defs:IVars

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