Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp489 unsigned NewOwnership = getOwnershipRule(Attributes); in HandlePropertyInClassExtension() local
490 if (ExistingOwnership && NewOwnership != ExistingOwnership) { in HandlePropertyInClassExtension()