Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCPrimary

211   ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
213 if (CCPrimary)
217 CCPrimary->getFirstClassExtension();
247 if (!CCPrimary) {
255 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
261 CreatePropertyDecl(S, CCPrimary, AtLoc,
268 ProcessPropertyDecl(PDecl, CCPrimary, /* redeclaredProperty = */ 0,
293 DeclContext *DC = cast<DeclContext>(CCPrimary);
306 ContextRAII SavedContext(*this, CCPrimary);
336 << CCPrimary->getDeclName();
341 ProcessPropertyDecl(PIDecl, CCPrimary, PDecl, CDecl);