Home
last modified time | relevance | path

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

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