Lines Matching refs:FirstIvarDecl
186 const ObjCIvarDecl **FirstIvarDecl);
195 const ObjCIvarDecl **FirstIvarDecl);
203 const ObjCIvarDecl *FirstIvarDecl,
280 const ObjCIvarDecl **FirstIvarDecl) { in trackIvar() argument
292 if (!*FirstIvarDecl) in trackIvar()
293 *FirstIvarDecl = I; in trackIvar()
303 const ObjCIvarDecl **FirstIvarDecl) { in findPropertyBackingIvar() argument
315 if (trackIvar(IvarD, TrackedIvars, FirstIvarDecl)) in findPropertyBackingIvar()
363 const ObjCIvarDecl *FirstIvarDecl = nullptr; in visit() local
370 trackIvar(Iv, Ivars, &FirstIvarDecl); in visit()
387 &FirstIvarDecl); in visit()
456 FirstIvarDecl, IvarToPopertyMap, InterfaceD, in visit()
508 FirstIvarDecl, IvarToPopertyMap, InterfaceD, in visit()
515 CheckerNameRef CheckName, const ObjCIvarDecl *FirstIvarDecl, in reportNoInvalidationMethod() argument
520 assert(FirstIvarDecl); in reportNoInvalidationMethod()
521 printIvar(os, FirstIvarDecl, IvarToPopertyMap); in reportNoInvalidationMethod()
530 PathDiagnosticLocation::createBegin(FirstIvarDecl, BR.getSourceManager()); in reportNoInvalidationMethod()
532 BR.EmitBasicReport(FirstIvarDecl, CheckName, "Incomplete invalidation", in reportNoInvalidationMethod()