Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp160 !(Attributes & ObjCDeclSpec::DQ_PR_retain) && in ActOnProperty()
257 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in makePropertyAttributesAsWritten()
461 ObjCDeclSpec::DQ_PR_retain | in HandlePropertyInClassExtension()
491 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in HandlePropertyInClassExtension()
607 if (Attributes & ObjCDeclSpec::DQ_PR_retain) in CreatePropertyDecl()
2143 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong)) && in CheckObjCPropertyAttributes()
2150 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong); in CheckObjCPropertyAttributes()
2161 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
2164 Attributes &= ~ObjCDeclSpec::DQ_PR_retain; in CheckObjCPropertyAttributes()
2185 if (Attributes & ObjCDeclSpec::DQ_PR_retain) { in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4804 ObjCDeclSpec::DQ_PR_retain | in ObjCPropertyFlagConflicts()
4811 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_retain && in ObjCPropertyFlagConflicts()
4838 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_retain)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h798 DQ_PR_retain = 0x10, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp562 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_retain); in ParseObjCPropertyAttribute()