Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1070 ObjCCategoryImplDecl *CatImplClass = nullptr; in ActOnPropertyImplDecl() local
1144 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
1149 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
1155 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1550 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1558 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { in ActOnPropertyImplDecl()
1563 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
H A DSemaAccess.cpp1926 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1928 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
H A DSemaExprMember.cpp1402 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1404 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()
H A DSemaDeclObjC.cpp4058 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
4060 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
4064 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
4066 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
4067 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()