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 330 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
332 if (CCPrimary) {
335 for (const auto *Ext : CCPrimary->known_extensions()) {
369 if (!CCPrimary) {
377 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
383 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
390 ProcessPropertyDecl(PrimaryPDecl, CCPrimary,
451 DeclContext *DC = cast<DeclContext>(CCPrimary);
476 ContextRAII SavedContext(*this, CCPrimary);
506 << CCPrimary->getDeclName()
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 137 milliseconds