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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp270 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface(); local
272 if (CCPrimary)
276 CCPrimary->getFirstClassExtension();
306 if (!CCPrimary) {
314 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
320 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
327 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0,
367 DeclContext *DC = cast<DeclContext>(CCPrimary);
380 ContextRAII SavedContext(*this, CCPrimary);
410 << CCPrimary
[all...]
H A DSemaDeclObjC.cpp2335 ObjCInterfaceDecl *CCPrimary = C->getClassInterface(); local
2336 DiagnoseClassExtensionDupMethods(C, CCPrimary);

Completed in 116 milliseconds