Lines Matching refs:Ivars
1955 SmallVectorImpl<const ObjCIvarDecl*> &Ivars) const { in DeepCollectObjCIvars()
1957 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars()
1960 Ivars.push_back(I); in DeepCollectObjCIvars()
1965 Ivars.push_back(Iv); in DeepCollectObjCIvars()
5837 SmallVector<const ObjCIvarDecl*, 32> Ivars; in getObjCEncodingForTypeImpl() local
5838 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
5839 for (unsigned i = 0, e = Ivars.size(); i != e; ++i) { in getObjCEncodingForTypeImpl()
5840 const FieldDecl *Field = cast<FieldDecl>(Ivars[i]); in getObjCEncodingForTypeImpl()
5897 SmallVector<const ObjCIvarDecl*, 32> Ivars; in getObjCEncodingForTypeImpl() local
5898 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
5899 for (unsigned i = 0, e = Ivars.size(); i != e; ++i) { in getObjCEncodingForTypeImpl()
5900 if (cast<FieldDecl>(Ivars[i]) == FD) { in getObjCEncodingForTypeImpl()