Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp157 bool isAssign = ((Attributes & ObjCDeclSpec::DQ_PR_assign) || in ActOnProperty()
254 if (Attributes & ObjCDeclSpec::DQ_PR_assign) in makePropertyAttributesAsWritten()
457 if (!(PIkind & (ObjCDeclSpec::DQ_PR_assign | in HandlePropertyInClassExtension()
540 isAssign && !(Attributes & ObjCDeclSpec::DQ_PR_assign)) in CreatePropertyDecl()
2115 if (Attributes & ObjCDeclSpec::DQ_PR_assign) { in CheckObjCPropertyAttributes()
2200 if (!(Attributes & (ObjCDeclSpec::DQ_PR_assign | ObjCDeclSpec::DQ_PR_copy | in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4656 unsigned AssignCopyRetMask = Attributes & (ObjCDeclSpec::DQ_PR_assign | in ObjCPropertyFlagConflicts()
4663 AssignCopyRetMask != ObjCDeclSpec::DQ_PR_assign && in ObjCPropertyFlagConflicts()
4686 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_assign)) in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h779 DQ_PR_assign = 0x04, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp590 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_assign); in ParseObjCPropertyAttribute()