Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp485 unsigned ExistingOwnership in HandlePropertyInClassExtension() local
488 if (ExistingOwnership && NewOwnership != ExistingOwnership) { in HandlePropertyInClassExtension()
496 Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership; in HandlePropertyInClassExtension()