Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h39 kind_null_resettable = 0x2000, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp685 if (Attributes & ObjCPropertyAttribute::kind_null_resettable) in CreatePropertyDecl()
686 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable); in CreatePropertyDecl()
2127 ObjCPropertyAttribute::kind_null_resettable) && in diagnoseNullResettableSynthesizedSetters()
2459 ObjCPropertyAttribute::kind_null_resettable) { in ProcessPropertyDecl()
2537 ObjCPropertyAttribute::kind_null_resettable) { in ProcessPropertyDecl()
H A DSemaAPINotes.cpp107 ObjCPropertyAttribute::kind_null_resettable); in applyNullability()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1510 (Attributes & ObjCPropertyAttribute::kind_null_resettable)) in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1677 ObjCPropertyAttribute::kind_null_resettable)) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1216 Attrs & ObjCPropertyAttribute::kind_null_resettable); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1013 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8076 if (property_attributes & ObjCPropertyAttribute::kind_null_resettable) in AddObjCClassProperty()
8078 ObjCPropertyAttribute::kind_null_resettable); in AddObjCClassProperty()