Lines Matching refs:getImplementation
448 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
452 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
454 ImplDeclOfMethodDecl = CD->getImplementation(); in ActOnStartOfObjCMethodDef()
1835 if (!CategoryName && IDecl->getImplementation()) { in ActOnStartCategoryInterface()
1837 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartCategoryInterface()
1948 if (CatIDecl->getImplementation()) { in ActOnStartCategoryImplementation()
1951 Diag(CatIDecl->getImplementation()->getLocation(), in ActOnStartCategoryImplementation()
2074 if (IDecl->getImplementation()) { in ActOnStartClassImplementation()
2077 Diag(IDecl->getImplementation()->getLocation(), in ActOnStartClassImplementation()
4695 else if (auto *Impl = IDecl->getImplementation()) in checkObjCDirectMethodClashes()
4697 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance)) in checkObjCDirectMethodClashes()
4703 else if (auto CatImpl = Cat->getImplementation()) in checkObjCDirectMethodClashes()