Searched refs:PropertyIvar (Results 1 – 2 of 2) sorted by relevance
712 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument818 if (!PropertyIvar) in ActOnPropertyImplDecl()819 PropertyIvar = PropertyId; in ActOnPropertyImplDecl()822 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()867 << PropertyId << (Ivar == 0) << PropertyIvar in ActOnPropertyImplDecl()923 PropertyIvarLoc,PropertyIvarLoc, PropertyIvar, in ActOnPropertyImplDecl()1005 } else if (PropertyIvar) in ActOnPropertyImplDecl()1097 IC->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()1100 << PropertyIvar; in ActOnPropertyImplDecl()1122 if (PropertyIvar && PropertyIvar != PropertyId) in ActOnPropertyImplDecl()[all …]
6104 IdentifierInfo *PropertyIvar,