Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
1070 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local1144 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()1149 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()1155 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1550 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1558 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()1563 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1926 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1928 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
1402 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1404 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
4058 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local4060 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()4064 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()4066 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()4067 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()