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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp330 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); local
332 if (CCPrimary) {
335 for (const auto *Ext : CCPrimary->known_extensions()) {
369 if (!CCPrimary) {
377 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
383 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
390 ProcessPropertyDecl(PrimaryPDecl, CCPrimary,
451 DeclContext *DC = cast<DeclContext>(CCPrimary);
476 ContextRAII SavedContext(*this, CCPrimary);
506 << CCPrimary
[all...]
H A DSemaDeclObjC.cpp2627 ObjCInterfaceDecl *CCPrimary = C->getClassInterface(); local
2628 DiagnoseClassExtensionDupMethods(C, CCPrimary);

Completed in 887 milliseconds