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()1599 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1607 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()1612 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1962 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1964 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
1433 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1435 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
4172 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local4174 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()4178 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()4180 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()4181 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()