Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp920 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
993 } 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()
DSemaAccess.cpp1898 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1900 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
DSemaDeclObjC.cpp3864 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
3866 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()
DSemaExprMember.cpp1449 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1451 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()