Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp331 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension() local
333 if (CCPrimary) { in HandlePropertyInClassExtension()
336 for (const auto *Ext : CCPrimary->known_extensions()) { in HandlePropertyInClassExtension()
370 if (!CCPrimary) { in HandlePropertyInClassExtension()
378 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension()
384 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc, in HandlePropertyInClassExtension()
391 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, in HandlePropertyInClassExtension()
454 DeclContext *DC = cast<DeclContext>(CCPrimary); in HandlePropertyInClassExtension()
479 ContextRAII SavedContext(*this, CCPrimary); in HandlePropertyInClassExtension()
509 << CCPrimary->getDeclName(); in HandlePropertyInClassExtension()
[all …]
DSemaDeclObjC.cpp2683 ObjCInterfaceDecl *CCPrimary = C->getClassInterface(); in ActOnAtEnd() local
2684 DiagnoseClassExtensionDupMethods(C, CCPrimary); in ActOnAtEnd()