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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4643 static bool ObjCPropertyFlagConflicts(unsigned Attributes, unsigned NewFlag) { function
4684 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly))
4686 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_assign))
4688 if (!ObjCPropertyFlagConflicts(Attributes,
4691 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readwrite))
4693 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_retain))
4695 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_strong))
4697 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy))
4699 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nonatomic))
4701 if (!ObjCPropertyFlagConflicts(Attribute
[all...]

Completed in 149 milliseconds