Home
last modified time | relevance | path

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

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