Lines Matching refs:ObjCIvarDecl
2116 ObjCIvarDecl **ivars, unsigned numIvars, in CheckImplementationIvars()
2150 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars()
2151 if (const ObjCIvarDecl *ClsIvar = in CheckImplementationIvars()
2159 if (const ObjCIvarDecl *ClsExtIvar = in CheckImplementationIvars()
2180 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars()
2181 ObjCIvarDecl* ClsIvar = *IVI; in CheckImplementationIvars()
3758 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars()
3863 for (ObjCIvarDecl *ivar = IntfDecl->all_declared_ivar_begin(); ivar; in DiagnoseVariableSizedIvars()
3893 ObjCIvarDecl *FirstIvar = in DiagnoseVariableSizedIvars()
3902 const ObjCIvarDecl *LastIvar = *IvarIter; in DiagnoseVariableSizedIvars()
5094 SmallVector<const ObjCIvarDecl*, 32> Ivars; in ActOnDefs()
5225 SmallVectorImpl<ObjCIvarDecl*> &Ivars) { in CollectIvarsToConstructOrDestruct()
5226 for (ObjCIvarDecl *Iv = OI->all_declared_ivar_begin(); Iv; in CollectIvarsToConstructOrDestruct()
5257 ObjCIvarDecl *
5271 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
5290 const ObjCIvarDecl *IvarD;
5295 const ObjCIvarDecl *IvarD) in UnusedBackingIvarChecker()
5331 const ObjCIvarDecl *IV = GetIvarBackingPropertyAccessor(CurMethod, PDecl); in DiagnoseUnusedBackingIvarInAccessor()