Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp7325 unsigned AssignCopyRetMask = in ObjCPropertyFlagConflicts() local
7331 if (AssignCopyRetMask && in ObjCPropertyFlagConflicts()
7332 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()
7333 AssignCopyRetMask != ObjCPropertyAttribute::kind_unsafe_unretained && in ObjCPropertyFlagConflicts()
7334 AssignCopyRetMask != ObjCPropertyAttribute::kind_copy && in ObjCPropertyFlagConflicts()
7335 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()
7336 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()
7337 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()