Home
last modified time | relevance | path

Searched refs:ExistingOwnership (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp483 unsigned ExistingOwnership in HandlePropertyInClassExtension() local
486 if (ExistingOwnership && NewOwnership != ExistingOwnership) { in HandlePropertyInClassExtension()
494 Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership; in HandlePropertyInClassExtension()