Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Iv

128     void markInvalidated(const ObjCIvarDecl *Iv);
186 static bool trackIvar(const ObjCIvarDecl *Iv, IvarSet &TrackedIvars,
295 bool IvarInvalidationCheckerImpl::trackIvar(const ObjCIvarDecl *Iv,
298 QualType IvQTy = Iv->getType();
307 const ObjCIvarDecl *I = cast<ObjCIvarDecl>(Iv->getCanonicalDecl());
340 const ObjCIvarDecl *Iv = I->first;
341 StringRef IvarName = Iv->getName();
344 return Iv;
352 return Iv;
387 for (const ObjCIvarDecl *Iv = IDecl->all_declared_ivar_begin(); Iv;
388 Iv= Iv->getNextIvar())
389 trackIvar(Iv, Ivars, &FirstIvarDecl);
591 const ObjCIvarDecl *Iv) {
592 IvarSet::iterator I = IVars.find(Iv);