Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp4874 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() argument
4876 if (Attributes & NewFlag) in ObjCPropertyFlagConflicts()
4879 Attributes |= NewFlag; in ObjCPropertyFlagConflicts()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp6609 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() argument
6611 if (Attributes & NewFlag) in ObjCPropertyFlagConflicts()
6614 Attributes |= NewFlag; in ObjCPropertyFlagConflicts()