Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp319 ObjCPropertyDecl *PrimaryPDecl = in HandlePropertyInClassExtension() local
327 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0, in HandlePropertyInClassExtension()
329 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl()); in HandlePropertyInClassExtension()
330 PDecl->setSetterMethodDecl(PrimaryPDecl->getSetterMethodDecl()); in HandlePropertyInClassExtension()
332 L->AddedObjCPropertyInClassExtension(PrimaryPDecl, /*OrigProp=*/0, CDecl); in HandlePropertyInClassExtension()
333 return PrimaryPDecl; in HandlePropertyInClassExtension()