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

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

Completed in 86 milliseconds