Home
last modified time | relevance | path

Searched refs:CatImplClass (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp823 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
892 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
897 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
903 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1277 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1285 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1290 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
DSemaDeclObjC.cpp2766 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
2768 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
2772 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
2774 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
2775 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
DSemaAccess.cpp1886 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1888 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
DSemaExprMember.cpp1357 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1359 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()