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

References

tools/clang/lib/Sema/SemaObjCProperty.cpp
  352     (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
  379       ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) {
  380     unsigned Attrs = NewProperty->getPropertyAttributes();
  387     NewProperty->overwritePropertyAttributes(Attrs);
  394       (NewIsAtomic && isImplicitlyReadonlyAtomic(NewProperty)))
  405   S.Diag(NewProperty->getLocation(), diag::warn_property_attribute)
  406     << NewProperty->getDeclName() << "atomic"