Lines Matching defs:Cat
158 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC))
159 CurrentClass = Cat->getClassInterface();
2912 for (auto *Cat : I->visible_categories())
2914 IMPDecl, Cat, IncompleteImpl,
2915 ImmediateClass && Cat->IsClassExtension(),
4192 if (ObjCCategoryDecl *Cat
4194 ImplMethodsVsClassMethods(S, CatImplClass, Cat);
4384 for (auto *Cat : iface->known_categories())
4385 search(Cat);
4719 for (const auto *Cat : IDecl->visible_categories())
4720 if (auto *IMD = Cat->getMethod(Sel, isInstance))
4722 else if (auto CatImpl = Cat->getImplementation())
4724 if (auto *IMD = Cat->getMethod(Sel, isInstance))
4928 if (auto *Cat = dyn_cast<ObjCCategoryDecl>(IMD->getDeclContext()))
4929 decl = Cat->IsClassExtension() ? 1 : 2;
5017 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl))
5018 CurrentClass = Cat->getClassInterface();