Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
1600 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1608 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1613 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
H A DSemaAccess.cpp1942 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1944 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
H A DSemaExprMember.cpp1416 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1418 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp4164 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
4166 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
4170 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
4172 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
4173 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()