Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp423 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); in HandlePropertyInClassExtension() local
427 if (!CCPrimary) { in HandlePropertyInClassExtension()
438 ObjCPropertyDecl *PIDecl = CCPrimary->FindPropertyVisibleInPrimaryClass( in HandlePropertyInClassExtension()
465 << CCPrimary->getDeclName(); in HandlePropertyInClassExtension()
DSemaDeclObjC.cpp4061 ObjCInterfaceDecl *CCPrimary = C->getClassInterface(); in ActOnAtEnd() local
4062 DiagnoseClassExtensionDupMethods(C, CCPrimary); in ActOnAtEnd()