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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1306 const IdentifierInfo *inheritedName,
1323 << Property->getDeclName() << inheritedName;
1327 << Property->getDeclName() << "copy" << inheritedName;
1339 << Property->getDeclName() << "retain (or strong)" << inheritedName;
1346 << Property->getDeclName() << "atomic" << inheritedName;
1351 << Property->getDeclName() << "setter" << inheritedName;
1356 << Property->getDeclName() << "getter" << inheritedName;
1374 << Property->getType() << SuperProperty->getType() << inheritedName;
1304 DiagnosePropertyMismatch(ObjCPropertyDecl *Property, ObjCPropertyDecl *SuperProperty, const IdentifierInfo *inheritedName, bool OverridingProtocolProperty) argument

Completed in 86 milliseconds