Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp262 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in makePropertyAttributesAsWritten()
580 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in CreatePropertyDecl()
2242 (Attributes & ObjCDeclSpec::DQ_PR_setter)) in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4756 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_setter)) { in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h768 DQ_PR_setter = 0x80, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp633 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_setter); in ParseObjCPropertyAttribute()