Searched refs:CCPrimary (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 341 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension() local 343 if (CCPrimary) { in HandlePropertyInClassExtension() 347 Ext = CCPrimary->known_extensions_begin(), in HandlePropertyInClassExtension() 348 ExtEnd = CCPrimary->known_extensions_end(); in HandlePropertyInClassExtension() 383 if (!CCPrimary) { in HandlePropertyInClassExtension() 391 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId); in HandlePropertyInClassExtension() 397 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc, in HandlePropertyInClassExtension() 404 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0, in HandlePropertyInClassExtension() 445 DeclContext *DC = cast<DeclContext>(CCPrimary); in HandlePropertyInClassExtension() 458 ContextRAII SavedContext(*this, CCPrimary); in HandlePropertyInClassExtension() [all …]
|
D | SemaDeclObjC.cpp | 2395 ObjCInterfaceDecl *CCPrimary = C->getClassInterface(); in ActOnAtEnd() local 2396 DiagnoseClassExtensionDupMethods(C, CCPrimary); in ActOnAtEnd()
|