Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp476 unsigned ExistingOwnership in HandlePropertyInClassExtension() local
479 if (ExistingOwnership && NewOwnership != ExistingOwnership) { in HandlePropertyInClassExtension()
487 Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership; in HandlePropertyInClassExtension()