Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp814 ObjCCategoryImplDecl* CatImplClass = 0; in ActOnPropertyImplDecl() local
885 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) { in ActOnPropertyImplDecl()
890 IDecl = CatImplClass->getClassInterface(); in ActOnPropertyImplDecl()
896 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier()); in ActOnPropertyImplDecl()
1242 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1250 CatImplClass->FindPropertyImplDecl(PropertyId)) { in ActOnPropertyImplDecl()
1255 CatImplClass->addPropertyImplementation(PIDecl); in ActOnPropertyImplDecl()
DSemaDeclObjC.cpp2485 } else if (ObjCCategoryImplDecl* CatImplClass = in ActOnAtEnd() local
2487 CatImplClass->setAtEndRange(AtEnd); in ActOnAtEnd()
2491 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) { in ActOnAtEnd()
2493 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) { in ActOnAtEnd()
2494 ImplMethodsVsClassMethods(S, CatImplClass, Cat); in ActOnAtEnd()
DSemaAccess.cpp1889 else if (ObjCCategoryImplDecl* CatImplClass in IsSimplyAccessible() local
1891 ClassOfMethodDecl = CatImplClass->getClassInterface(); in IsSimplyAccessible()
DSemaExprMember.cpp1248 else if (ObjCCategoryImplDecl* CatImplClass = in LookupMemberExpr() local
1250 ClassOfMethodDecl = CatImplClass->getClassInterface(); in LookupMemberExpr()