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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
 1059   if (PropertyIvarLoc.isInvalid())
 1060     PropertyIvarLoc = PropertyLoc;
 1290                                   PropertyIvarLoc,PropertyIvarLoc, PropertyIvar,
 1290                                   PropertyIvarLoc,PropertyIvarLoc, PropertyIvar,
 1294       if (RequireNonAbstractType(PropertyIvarLoc,
 1305           Diag(PropertyIvarLoc, diag::err_synthesize_variable_sized_ivar)
 1342         compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType,
 1400                                Ivar, PropertyIvarLoc);