HomeSort by relevance Sort by last modified time
    Searched refs:CCPrimary (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 220 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
222 if (CCPrimary)
226 CCPrimary->getFirstClassExtension();
256 if (!CCPrimary) {
264 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
270 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
277 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0,
319 DeclContext *DC = cast<DeclContext>(CCPrimary);
332 ContextRAII SavedContext(*this, CCPrimary);
362 << CCPrimary->getDeclName()
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 45 milliseconds