Home
last modified time | relevance | path

Searched refs:kind_setter (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h31 kind_setter = 0x80, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp280 if (Attributes & ObjCPropertyAttribute::kind_setter) in makePropertyAttributesAsWritten()
281 attributesAsWritten |= ObjCPropertyAttribute::kind_setter; in makePropertyAttributesAsWritten()
641 if (Attributes & ObjCPropertyAttribute::kind_setter) in CreatePropertyDecl()
642 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in CreatePropertyDecl()
2798 (Attributes & ObjCPropertyAttribute::kind_setter)) in CheckObjCPropertyAttributes()
H A DSemaExprObjC.cpp2094 ObjCPropertyAttribute::kind_setter)) in HandleExprPropertyRefExpr()
H A DSemaCodeComplete.cpp7545 ObjCPropertyAttribute::kind_setter)) { in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1499 RenderAttribute(ObjCPropertyAttribute::kind_setter, "setter", in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1666 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1195 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
H A DTextNodeDumper.cpp2836 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
H A DASTContext.cpp8371 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp971 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8044 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in AddObjCClassProperty()