Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurMethod

3523   for (const auto *CurMethod : ImplD->instance_methods()) {
3525 SourceLocation Loc = CurMethod->getLocation();
3530 const ObjCIvarDecl *IV = GetIvarBackingPropertyAccessor(CurMethod, PDecl);
3534 UnusedBackingIvarChecker Checker(*this, CurMethod, IV);
3535 Checker.TraverseStmt(CurMethod->getBody());