Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp99 !(Attributes & ObjCDeclSpec::DQ_PR_copy) && in ActOnProperty()
253 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in HandlePropertyInClassExtension()
353 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()
386 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()
1593 ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
1602 (Attributes & ObjCDeclSpec::DQ_PR_copy) ? in CheckObjCPropertyAttributes()
1612 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
1618 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)"); in CheckObjCPropertyAttributes()
1619 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
1625 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4196 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()
4204 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()
4210 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy && in ObjCPropertyFlagConflicts()
4241 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h702 DQ_PR_copy = 0x20, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp520 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()