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