Lines Matching refs:getImplementation
448 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
452 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
454 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1832 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1834 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1945 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1948 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2070 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2073 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
4687 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes()
4689 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4695 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes()