Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h31 kind_setter = 0x80, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp287 if (Attributes & ObjCPropertyAttribute::kind_setter) in makePropertyAttributesAsWritten()
288 attributesAsWritten |= ObjCPropertyAttribute::kind_setter; in makePropertyAttributesAsWritten()
663 if (Attributes & ObjCPropertyAttribute::kind_setter) in CreatePropertyDecl()
664 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in CreatePropertyDecl()
2830 (Attributes & ObjCPropertyAttribute::kind_setter)) in CheckObjCPropertyAttributes()
DSemaExprObjC.cpp2082 ObjCPropertyAttribute::kind_setter)) in HandleExprPropertyRefExpr()
DSemaCodeComplete.cpp6684 ObjCPropertyAttribute::kind_setter)) { in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1514 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1019 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
DTextNodeDumper.cpp2259 if (Attrs & ObjCPropertyAttribute::kind_setter) in VisitObjCPropertyDecl()
DASTContext.cpp7083 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_setter) { in getObjCEncodingForPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp914 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in ParseObjCPropertyAttribute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7706 property_decl->setPropertyAttributes(ObjCPropertyAttribute::kind_setter); in AddObjCClassProperty()