Searched refs:ObjCPropertyFlagConflicts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 7469 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() function 7511 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7514 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7517 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7520 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7523 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7526 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7529 if (!ObjCPropertyFlagConflicts(Attributes, ObjCPropertyAttribute::kind_copy)) in CodeCompleteObjCPropertyFlags() 7531 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 7534 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() [all …]
|