Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp165 !(Attributes & ObjCDeclSpec::DQ_PR_copy) && in ActOnProperty()
272 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in makePropertyAttributesAsWritten()
474 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in HandlePropertyInClassExtension()
587 if (Attributes & ObjCDeclSpec::DQ_PR_copy) in CreatePropertyDecl()
751 ObjCDeclSpec::DQ_PR_copy | in DiagnoseClassAndClassExtPropertyMismatch()
763 ObjCDeclSpec::DQ_PR_copy | in DiagnoseClassAndClassExtPropertyMismatch()
772 (Attributes & ObjCDeclSpec::DQ_PR_copy) ? in DiagnoseClassAndClassExtPropertyMismatch()
2036 ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
2059 ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
2068 (Attributes & ObjCDeclSpec::DQ_PR_copy) ? in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4683 ObjCDeclSpec::DQ_PR_copy | in ObjCPropertyFlagConflicts()
4690 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_copy && in ObjCPropertyFlagConflicts()
4722 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_copy)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h749 DQ_PR_copy = 0x20, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp583 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_copy); in ParseObjCPropertyAttribute()