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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6588 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { argument
6590 if (Attributes & NewFlag)
6593 Attributes |= NewFlag;

Completed in 73 milliseconds