Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1102 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
1173 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1178 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1184 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1598 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1606 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1611 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
H A DSemaAccess.cpp1975 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1977 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
H A DSemaExprMember.cpp1466 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1468 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp4179 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
4181 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
4185 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
4187 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
4188 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()