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 341 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
343 if (CCPrimary) {
347 Ext = CCPrimary->known_extensions_begin(),
348 ExtEnd = CCPrimary->known_extensions_end();
383 if (!CCPrimary) {
391 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
397 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
404 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0,
445 DeclContext *DC = cast<DeclContext>(CCPrimary);
458 ContextRAII SavedContext(*this, CCPrimary);
    [all...]
SemaDeclObjC.cpp     [all...]

Completed in 19 milliseconds