Searched refs:ObjCPropertyFlagConflicts (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4874 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() function 4915 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly)) in CodeCompleteObjCPropertyFlags() 4917 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_assign)) in CodeCompleteObjCPropertyFlags() 4919 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 4922 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readwrite)) in CodeCompleteObjCPropertyFlags() 4924 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_retain)) in CodeCompleteObjCPropertyFlags() 4926 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_strong)) in CodeCompleteObjCPropertyFlags() 4928 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy)) in CodeCompleteObjCPropertyFlags() 4930 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nonatomic)) in CodeCompleteObjCPropertyFlags() 4932 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_atomic)) in CodeCompleteObjCPropertyFlags() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6609 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { in ObjCPropertyFlagConflicts() function 6650 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6653 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6656 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6659 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6662 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6665 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6668 if (!ObjCPropertyFlagConflicts(Attributes, ObjCPropertyAttribute::kind_copy)) in CodeCompleteObjCPropertyFlags() 6670 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() 6673 if (!ObjCPropertyFlagConflicts(Attributes, in CodeCompleteObjCPropertyFlags() [all …]
|