Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjCCommon.h38 kind_nullability = 0x1000, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.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/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h942 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability()
950 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc()
958 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp682 if (Attributes & ObjCPropertyAttribute::kind_nullability) in CreatePropertyDecl()
683 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in CreatePropertyDecl()
H A DSemaCodeComplete.cpp7563 ObjCPropertyAttribute::kind_nullability)) { in CodeCompleteObjCPropertyFlags()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp1503 if (Attributes & ObjCPropertyAttribute::kind_nullability) { in getFragmentsForObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1673 ObjCPropertyAttribute::kind_nullability) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1214 Attrs & ObjCPropertyAttribute::kind_nullability); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8073 if (property_attributes & ObjCPropertyAttribute::kind_nullability) in AddObjCClassProperty()
8075 ObjCPropertyAttribute::kind_nullability); in AddObjCClassProperty()