Searched refs:PropertyIvar (Results 1 – 2 of 2) sorted by relevance
900 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument1027 if (!PropertyIvar) in ActOnPropertyImplDecl()1028 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()1031 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()1107 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()1140 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()1229 } else if (PropertyIvar) in ActOnPropertyImplDecl()1350 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1353 << PropertyIvar; in ActOnPropertyImplDecl()1375 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()[all …]
7517 IdentifierInfo *PropertyIvar,