Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance
814 ObjCCategoryImplDecl* CatImplClass = 0; in ActOnPropertyImplDecl() local885 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()890 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()896 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()1242 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1250 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()1255 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
2485 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local2487 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()2491 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()2493 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()2494 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
1889 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local1891 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
1248 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local1250 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()