Searched defs:CatImplClass (Results 1 - 1 of 1) 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);

Completed in 303 milliseconds