Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

4761   for (const auto *CurMethod : ImplD->instance_methods()) {
4763 SourceLocation Loc = CurMethod->getLocation();
4768 const ObjCIvarDecl *IV = GetIvarBackingPropertyAccessor(CurMethod, PDecl);
4772 UnusedBackingIvarChecker Checker(*this, CurMethod, IV);
4773 Checker.TraverseStmt(CurMethod->getBody());