Home
last modified time | relevance | path

Searched refs:PrimaryPDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp382 ObjCPropertyDecl *PrimaryPDecl = in HandlePropertyInClassExtension() local
390 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, in HandlePropertyInClassExtension()
393 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
394 PDecl->setSetterMethodDecl(PrimaryPDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
396 L->AddedObjCPropertyInClassExtension(PrimaryPDecl, /*OrigProp=*/nullptr, in HandlePropertyInClassExtension()
398 return PrimaryPDecl; in HandlePropertyInClassExtension()