Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1085 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
1156 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1161 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1167 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1587 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1595 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1600 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
H A DSemaAccess.cpp1963 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1965 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
H A DSemaExprMember.cpp1415 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1417 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp4187 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
4189 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
4193 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
4195 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
4196 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()