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

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

Completed in 127 milliseconds