Searched refs:NewFlag (Results 1 – 1 of 1) sorted by relevance
4788 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() argument4790 if (Attributes & NewFlag) in ObjCPropertyFlagConflicts()4793 Attributes |= NewFlag; in ObjCPropertyFlagConflicts()