Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp161 !(Attributes & ObjCDeclSpec::DQ_PR_strong) && in ActOnProperty()
259 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in makePropertyAttributesAsWritten()
462 ObjCDeclSpec::DQ_PR_strong | in HandlePropertyInClassExtension()
493 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in HandlePropertyInClassExtension()
610 if (Attributes & ObjCDeclSpec::DQ_PR_strong) in CreatePropertyDecl()
2143 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong)) && in CheckObjCPropertyAttributes()
2150 ObjCDeclSpec::DQ_PR_retain | ObjCDeclSpec::DQ_PR_strong); in CheckObjCPropertyAttributes()
2166 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()
2169 Attributes &= ~ObjCDeclSpec::DQ_PR_strong; in CheckObjCPropertyAttributes()
2190 if (Attributes & ObjCDeclSpec::DQ_PR_strong) { in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4805 ObjCDeclSpec::DQ_PR_strong | in ObjCPropertyFlagConflicts()
4812 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_strong && in ObjCPropertyFlagConflicts()
4840 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_strong)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h804 DQ_PR_strong = 0x400, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp564 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_strong); in ParseObjCPropertyAttribute()