Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp492 unsigned ExistingOwnership in HandlePropertyInClassExtension() local
495 if (ExistingOwnership && NewOwnership != ExistingOwnership) { in HandlePropertyInClassExtension()
503 Attributes = (Attributes & ~OwnershipMask) | ExistingOwnership; in HandlePropertyInClassExtension()