Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp252 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in makePropertyAttributesAsWritten()
598 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in CreatePropertyDecl()
2248 (Attributes & ObjCDeclSpec::DQ_PR_setter)) in CheckObjCPropertyAttributes()
DSemaCodeComplete.cpp4709 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_setter)) { in CodeCompleteObjCPropertyFlags()
/external/clang/include/clang/Sema/
DDeclSpec.h784 DQ_PR_setter = 0x80, enumerator
/external/clang/lib/Parse/
DParseObjc.cpp639 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_setter); in ParseObjCPropertyAttribute()