reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1177     if (!PropertyIvar)
 1178       PropertyIvar = PropertyId;
 1181     Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared);
 1257         << PropertyId << (Ivar == nullptr) << PropertyIvar
 1290                                   PropertyIvarLoc,PropertyIvarLoc, PropertyIvar,
 1389   } else if (PropertyIvar)
 1510           IC->FindPropertyImplIvarDecl(PropertyIvar)) {
 1513         << PropertyIvar;
 1535         if (PropertyIvar && PropertyIvar != PropertyId)
 1535         if (PropertyIvar && PropertyIvar != PropertyId)
 1549           CatImplClass->FindPropertyImplIvarDecl(PropertyIvar)) {
 1552         << PropertyIvar;