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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp404 ProcessPropertyDecl(PrimaryPDecl, CCPrimary, /* redeclaredProperty = */ 0,
1883 ObjCPropertyDecl *redeclaredProperty,
1922 SourceLocation Loc = redeclaredProperty ?
1923 redeclaredProperty->getLocation() :
1962 SourceLocation Loc = redeclaredProperty ?
1963 redeclaredProperty->getLocation() :
1881 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument

Completed in 46 milliseconds