Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp110 return ObjCDeclSpec::DQ_PR_weak; in deduceWeakPropertyFromType()
163 !(Attributes & ObjCDeclSpec::DQ_PR_weak))); in ActOnProperty()
260 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in makePropertyAttributesAsWritten()
443 (Attributes & ObjCDeclSpec::DQ_PR_weak) && in HandlePropertyInClassExtension()
462 ObjCDeclSpec::DQ_PR_weak))) in HandlePropertyInClassExtension()
610 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in CreatePropertyDecl()
2102 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
2107 << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" : in CheckObjCPropertyAttributes()
2109 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
2132 (Attributes & ObjCDeclSpec::DQ_PR_weak)) { in CheckObjCPropertyAttributes()
[all …]
DSemaCodeComplete.cpp4661 ObjCDeclSpec::DQ_PR_weak); in ObjCPropertyFlagConflicts()
4668 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_weak) in ObjCPropertyFlagConflicts()
4706 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_weak)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h786 DQ_PR_weak = 0x200, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp606 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()