Searched refs:PropertyIvar (Results 1 – 2 of 2) sorted by relevance
890 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument1012 if (!PropertyIvar) in ActOnPropertyImplDecl()1013 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()1016 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()1092 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()1125 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()1214 } else if (PropertyIvar) in ActOnPropertyImplDecl()1335 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1338 << PropertyIvar; in ActOnPropertyImplDecl()1360 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()[all …]
7347 IdentifierInfo *PropertyIvar,