Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
820 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local889 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()894 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()900 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1274 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1282 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()1287 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
2710 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local2712 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()2716 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()2718 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()2719 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
1340 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1342 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
1886 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1888 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()