Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
920 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local993 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()998 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()1004 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1389 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1397 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()1402 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
1898 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1900 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
3864 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local3866 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()3870 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()3872 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()3873 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
1449 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1451 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()