Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp820 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
889 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
894 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
900 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1274 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1282 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1287 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
DSemaDeclObjC.cpp2710 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
2712 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
2716 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
2718 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
2719 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
DSemaExprMember.cpp1340 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1342 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
DSemaAccess.cpp1886 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1888 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()