Searched refs:PropertyIvar (Results 1 – 2 of 2) sorted by relevance
1082 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument1207 if (!PropertyIvar) in ActOnPropertyImplDecl()1208 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()1211 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()1286 << PropertyId << (Ivar == nullptr) << PropertyIvar in ActOnPropertyImplDecl()1319 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()1418 } else if (PropertyIvar) in ActOnPropertyImplDecl()1560 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1563 << PropertyIvar; in ActOnPropertyImplDecl()1585 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()[all …]
9724 IdentifierInfo *PropertyIvar,