Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp7469 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 …]