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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp839 ObjCCategoryImplDecl* CatImplClass = 0; local
910 } else if ((CatImplClass = dyn_cast<ObjCCategoryImplDecl>(ClassImpDecl))) {
915 IDecl = CatImplClass->getClassInterface();
921 IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier());
1289 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) {
1297 CatImplClass->FindPropertyImplDecl(PropertyId)) {
1302 CatImplClass->addPropertyImplementation(PIDecl);
H A DSemaDeclObjC.cpp2687 } else if (ObjCCategoryImplDecl* CatImplClass =
2689 CatImplClass->setAtEndRange(AtEnd);
2693 if (ObjCInterfaceDecl* IDecl = CatImplClass->getClassInterface()) {
2695 = IDecl->FindCategoryDeclaration(CatImplClass->getIdentifier())) {
2696 ImplMethodsVsClassMethods(S, CatImplClass, Cat);
H A DSemaAccess.cpp1903 else if (ObjCCategoryImplDecl* CatImplClass
1905 ClassOfMethodDecl = CatImplClass->getClassInterface();
H A DSemaExprMember.cpp1335 else if (ObjCCategoryImplDecl* CatImplClass =
1337 ClassOfMethodDecl = CatImplClass->getClassInterface();

Completed in 76 milliseconds