Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1084 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
1155 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1160 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1166 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1577 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1585 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1590 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
H A DSemaAccess.cpp1960 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1962 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
H A DSemaExprMember.cpp1480 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1482 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp4185 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
4187 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
4191 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
4193 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
4194 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()