Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
1102 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local1173 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()1178 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()1184 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1598 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1606 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()1611 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1975 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1977 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
1466 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1468 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
4179 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local4181 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()4185 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()4187 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()4188 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()