reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1078 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind); 1084 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId; 1161 property = Category->FindPropertyDeclaration(PropertyId, QueryKind); 1178 PropertyIvar = PropertyId; 1257 << PropertyId << (Ivar == nullptr) << PropertyIvar 1317 << PropertyId; 1512 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() 1518 = IC->FindPropertyImplDecl(PropertyId, QueryKind)) { 1519 Diag(PropertyLoc, diag::err_property_implemented) << PropertyId; 1533 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); 1535 if (PropertyIvar && PropertyIvar != PropertyId) 1536 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); 1542 << PropertyId; 1551 << PropertyId << PPIDecl->getPropertyDecl()->getIdentifier() 1557 CatImplClass->FindPropertyImplDecl(PropertyId, QueryKind)) { 1558 Diag(PropertyDiagLoc, diag::err_property_implemented) << PropertyId;