Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
823 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local892 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()897 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()903 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1277 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1285 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()1290 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
2766 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local2768 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()2772 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()2774 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()2775 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
1886 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1888 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
1357 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1359 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()