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 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()
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 355 milliseconds