Lines Matching refs:getImplementation
448 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
452 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
454 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1849 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1851 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1962 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1965 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2088 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2091 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
4707 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes()
4709 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4715 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes()