Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp165 !(Attributes & ObjCDeclSpec::DQ_PR_copy) && in ActOnProperty()
272 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in makePropertyAttributesAsWritten()
507 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in HandlePropertyInClassExtension()
628 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()
2047 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
2053 Attributes & ObjCDeclSpec::DQ_PR_copy ? "copy" : "retain (or strong)"); in CheckObjCPropertyAttributes()
2054 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
2061 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()
2064 Attributes &= ~ObjCDeclSpec::DQ_PR_copy; in CheckObjCPropertyAttributes()
2085 if (Attributes & ObjCDeclSpec::DQ_PR_copy) { in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4707 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()
4714 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy && in ObjCPropertyFlagConflicts()
4746 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy)) in CodeCompleteObjCPropertyFlags()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h789 DQ_PR_copy = 0x20, enumerator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp599 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()