Home
last modified time | relevance | path

Searched refs:kind_null_resettable (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h39 kind_null_resettable = 0x2000, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp707 if (Attributes & ObjCPropertyAttribute::kind_null_resettable) in CreatePropertyDecl()
708 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable); in CreatePropertyDecl()
2157 ObjCPropertyAttribute::kind_null_resettable) && in diagnoseNullResettableSynthesizedSetters()
2489 ObjCPropertyAttribute::kind_null_resettable) { in ProcessPropertyDecl()
2568 ObjCPropertyAttribute::kind_null_resettable) { in ProcessPropertyDecl()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1525 ObjCPropertyAttribute::kind_null_resettable)) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1040 Attrs & ObjCPropertyAttribute::kind_null_resettable); in VisitObjCPropertyDecl()
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp956 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable); in ParseObjCPropertyAttribute()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7737 if (property_attributes & ObjCPropertyAttribute::kind_null_resettable) in AddObjCClassProperty()
7739 ObjCPropertyAttribute::kind_null_resettable); in AddObjCClassProperty()