Home
last modified time | relevance | path

Searched refs:kind_nullability (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjCCommon.h38 kind_nullability = 0x1000, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp798 ObjCPropertyAttribute::kind_nullability) in ParseObjCInterfaceDeclList()
984 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
988 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
991 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
995 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
998 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
1002 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
1005 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
1009 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h942 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability()
950 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc()
958 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp682 if (Attributes & ObjCPropertyAttribute::kind_nullability) in CreatePropertyDecl()
683 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in CreatePropertyDecl()
HDSemaCodeComplete.cpp7563 ObjCPropertyAttribute::kind_nullability)) { in CodeCompleteObjCPropertyFlags()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp1673 ObjCPropertyAttribute::kind_nullability) { in VisitObjCPropertyDecl()
HDJSONNodeDumper.cpp1214 Attrs & ObjCPropertyAttribute::kind_nullability); in VisitObjCPropertyDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp1503 if (Attributes & ObjCPropertyAttribute::kind_nullability) { in getFragmentsForObjCProperty()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp8073 if (property_attributes & ObjCPropertyAttribute::kind_nullability) in AddObjCClassProperty()
8075 ObjCPropertyAttribute::kind_nullability); in AddObjCClassProperty()