Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp119 Attributes |= ObjCDeclSpec::DQ_PR_weak; in ActOnProperty()
132 !(Attributes & ObjCDeclSpec::DQ_PR_weak))); in ActOnProperty()
189 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in makePropertyAttributesAsWritten()
457 if (Attributes & ObjCDeclSpec::DQ_PR_weak) in CreatePropertyDecl()
1777 ObjCDeclSpec::DQ_PR_weak | in CheckObjCPropertyAttributes()
1807 if ((Attributes & (ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
1812 << (Attributes & ObjCDeclSpec::DQ_PR_weak ? "weak" : in CheckObjCPropertyAttributes()
1814 Attributes &= ~(ObjCDeclSpec::DQ_PR_weak | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
1837 (Attributes & ObjCDeclSpec::DQ_PR_weak)) { in CheckObjCPropertyAttributes()
1840 Attributes &= ~ObjCDeclSpec::DQ_PR_weak; in CheckObjCPropertyAttributes()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h724 DQ_PR_weak = 0x200, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp587 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_weak); in ParseObjCPropertyAttribute()