Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp242 if (Attributes & ObjCDeclSpec::DQ_PR_getter) in makePropertyAttributesAsWritten()
597 if (Attributes & ObjCDeclSpec::DQ_PR_getter) in CreatePropertyDecl()
HDSemaCodeComplete.cpp4927 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_getter)) { in CodeCompleteObjCPropertyFlags()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h786 DQ_PR_getter = 0x02, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp942 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_getter); in ParseObjCPropertyAttribute()