Lines Matching refs:Ivars
1816 SmallVectorImpl<const ObjCIvarDecl*> &Ivars) const { in DeepCollectObjCIvars()
1818 DeepCollectObjCIvars(SuperClass, false, Ivars); in DeepCollectObjCIvars()
1821 Ivars.push_back(I); in DeepCollectObjCIvars()
1826 Ivars.push_back(Iv); in DeepCollectObjCIvars()
5458 SmallVector<const ObjCIvarDecl*, 32> Ivars; in getObjCEncodingForTypeImpl() local
5459 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
5460 for (unsigned i = 0, e = Ivars.size(); i != e; ++i) { in getObjCEncodingForTypeImpl()
5461 const FieldDecl *Field = cast<FieldDecl>(Ivars[i]); in getObjCEncodingForTypeImpl()
5517 SmallVector<const ObjCIvarDecl*, 32> Ivars; in getObjCEncodingForTypeImpl() local
5518 DeepCollectObjCIvars(OI, true, Ivars); in getObjCEncodingForTypeImpl()
5519 for (unsigned i = 0, e = Ivars.size(); i != e; ++i) { in getObjCEncodingForTypeImpl()
5520 if (cast<FieldDecl>(Ivars[i]) == FD) { in getObjCEncodingForTypeImpl()