Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp97 !(Attributes & ObjCDeclSpec::DQ_PR_retain) && in ActOnProperty()
249 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in HandlePropertyInClassExtension()
347 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in CreatePropertyDecl()
377 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in CreatePropertyDecl()
1594 ObjCDeclSpec::DQ_PR_retain | in CheckObjCPropertyAttributes()
1613 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong)) && in CheckObjCPropertyAttributes()
1620 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong); in CheckObjCPropertyAttributes()
1630 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
1633 Attributes &= ~ObjCDeclSpec::DQ_PR_retain; in CheckObjCPropertyAttributes()
1652 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4197 ObjCDeclSpec::DQ_PR_retain | in ObjCPropertyFlagConflicts()
4205 ObjCDeclSpec::DQ_PR_retain| in ObjCPropertyFlagConflicts()
4211 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_retain && in ObjCPropertyFlagConflicts()
4237 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_retain)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h701 DQ_PR_retain = 0x10, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp516 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain); in ParseObjCPropertyAttribute()