Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp289 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in makePropertyAttributesAsWritten()
663 if (Attributes & ObjCDeclSpec::DQ_PR_setter) in CreatePropertyDecl()
2795 (Attributes & ObjCDeclSpec::DQ_PR_setter)) in CheckObjCPropertyAttributes()
HDSemaCodeComplete.cpp6122 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_setter)) { in CodeCompleteObjCPropertyFlags()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h844 DQ_PR_setter = 0x80, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp913 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_setter); in ParseObjCPropertyAttribute()