Searched defs:CCPrimary (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp425 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); local
429 if (!CCPrimary) {
437 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
463 << CCPrimary->getDeclName();
H A DSemaDeclObjC.cpp3631 ObjCInterfaceDecl *CCPrimary = C->getClassInterface(); local
3632 DiagnoseClassExtensionDupMethods(C, CCPrimary);

Completed in 75 milliseconds