Lines Matching refs:PropertyIvar
900 IdentifierInfo *PropertyIvar, in ActOnPropertyImplDecl() argument
1027 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()
1389 CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) { in ActOnPropertyImplDecl()
1392 << PropertyIvar; in ActOnPropertyImplDecl()