Lines Matching refs:ObjCIvarDecl
2135 ObjCIvarDecl **ivars, unsigned numIvars, in CheckImplementationIvars()
2169 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars()
2170 if (const ObjCIvarDecl *ClsIvar = in CheckImplementationIvars()
2178 if (const ObjCIvarDecl *ClsExtIvar = in CheckImplementationIvars()
2199 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars()
2200 ObjCIvarDecl* ClsIvar = *IVI; in CheckImplementationIvars()
3774 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars()
3879 for (ObjCIvarDecl *ivar = IntfDecl->all_declared_ivar_begin(); ivar; in DiagnoseVariableSizedIvars()
3909 ObjCIvarDecl *FirstIvar = in DiagnoseVariableSizedIvars()
3918 const ObjCIvarDecl *LastIvar = *IvarIter; in DiagnoseVariableSizedIvars()
5114 SmallVector<const ObjCIvarDecl*, 32> Ivars; in ActOnDefs()
5245 SmallVectorImpl<ObjCIvarDecl*> &Ivars) { in CollectIvarsToConstructOrDestruct()
5246 for (ObjCIvarDecl *Iv = OI->all_declared_ivar_begin(); Iv; in CollectIvarsToConstructOrDestruct()
5277 ObjCIvarDecl *
5291 if (ObjCIvarDecl *IV = PDecl->getPropertyIvarDecl()) { in GetIvarBackingPropertyAccessor()
5310 const ObjCIvarDecl *IvarD;
5315 const ObjCIvarDecl *IvarD) in UnusedBackingIvarChecker()
5351 const ObjCIvarDecl *IV = GetIvarBackingPropertyAccessor(CurMethod, PDecl); in DiagnoseUnusedBackingIvarInAccessor()