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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
   67   if (property->isInvalidDecl()) return;
   70     = property->getPropertyAttributes();
   72     = property->getType().getObjCLifetime();
   77     = getImpliedARCOwnership(propertyKind, property->getType());
   92     property->setPropertyAttributes(attr);
   98   property->setInvalidDecl();
   99   S.Diag(property->getLocation(),
  101     << property->getDeclName()