Searched refs:NewFlag (Results 1 – 2 of 2) sorted by relevance
4874 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() argument4876 if (Attributes & NewFlag) in ObjCPropertyFlagConflicts()4879 Attributes |= NewFlag; in ObjCPropertyFlagConflicts()
6609 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() argument6611 if (Attributes & NewFlag) in ObjCPropertyFlagConflicts()6614 Attributes |= NewFlag; in ObjCPropertyFlagConflicts()