Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp4887 unsigned AssignCopyRetMask = Attributes & (ObjCDeclSpec::DQ_PR_assign | in ObjCPropertyFlagConflicts() local
4893 if (AssignCopyRetMask && in ObjCPropertyFlagConflicts()
4894 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_assign && in ObjCPropertyFlagConflicts()
4895 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_unsafe_unretained && in ObjCPropertyFlagConflicts()
4896 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy && in ObjCPropertyFlagConflicts()
4897 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_retain && in ObjCPropertyFlagConflicts()
4898 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_strong && in ObjCPropertyFlagConflicts()
4899 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_weak) in ObjCPropertyFlagConflicts()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp6622 unsigned AssignCopyRetMask = in ObjCPropertyFlagConflicts() local
6628 if (AssignCopyRetMask && in ObjCPropertyFlagConflicts()
6629 AssignCopyRetMask != ObjCPropertyAttribute::kind_assign && in ObjCPropertyFlagConflicts()
6630 AssignCopyRetMask != ObjCPropertyAttribute::kind_unsafe_unretained && in ObjCPropertyFlagConflicts()
6631 AssignCopyRetMask != ObjCPropertyAttribute::kind_copy && in ObjCPropertyFlagConflicts()
6632 AssignCopyRetMask != ObjCPropertyAttribute::kind_retain && in ObjCPropertyFlagConflicts()
6633 AssignCopyRetMask != ObjCPropertyAttribute::kind_strong && in ObjCPropertyFlagConflicts()
6634 AssignCopyRetMask != ObjCPropertyAttribute::kind_weak) in ObjCPropertyFlagConflicts()