Searched defs:redeclaredProperty (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp327 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0,
1841 ObjCPropertyDecl *redeclaredProperty,
1880 SourceLocation Loc = redeclaredProperty ?
1881 redeclaredProperty->getLocation() :
1917 SourceLocation Loc = redeclaredProperty ?
1918 redeclaredProperty->getLocation() :
1839 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument

Completed in 35 milliseconds