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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6058 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { argument
6060 if (Attributes & NewFlag)
6063 Attributes |= NewFlag;

Completed in 70 milliseconds