Searched refs:PropertyIvar (Results 1 – 2 of 2) sorted by relevance
1065 IdentifierInfo *PropertyId, IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument1190 if (!PropertyIvar) in ActOnPropertyImplDecl()1191 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()1194 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()1269 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()1311 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()1408 } else if (PropertyIvar) in ActOnPropertyImplDecl()1548 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1551 << PropertyIvar; in ActOnPropertyImplDecl()1573 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()[all …]
955 IdentifierInfo *PropertyIvar,