Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
1085 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local1156 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()1161 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()1167 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1587 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1595 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()1600 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1963 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1965 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
1415 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1417 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
4187 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local4189 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()4193 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()4195 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()4196 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()