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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp731 ObjCCategoryImplDecl* CatImplClass = 0; local
784 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) {
789 IDecl = CatImplClass->getClassInterface();
795 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier());
1136 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) {
1144 CatImplClass->FindPropertyImplDecl(PropertyId)) {
1149 CatImplClass->addPropertyImplementation(PIDecl);
H A DSemaDeclObjC.cpp2423 } else if (ObjCCategoryImplDecl* CatImplClass =
2425 CatImplClass->setAtEndRange(AtEnd);
2429 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) {
2432 if (Categories->getIdentifier() == CatImplClass->getIdentifier()) {
2433 ImplMethodsVsClassMethods(S, CatImplClass, Categories);
H A DSemaAccess.cpp1836 else if (ObjCCategoryImplDecl* CatImplClass
1838 ClassOfMethodDecl = CatImplClass->getClassInterface();
H A DSemaExprMember.cpp1256 else if (ObjCCategoryImplDecl* CatImplClass =
1258 ClassOfMethodDecl = CatImplClass->getClassInterface();

Completed in 104 milliseconds