Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjCCommon.h38 kind_nullability = 0x1000, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp746 ObjCPropertyAttribute::kind_nullability) in ParseObjCInterfaceDeclList()
932 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
936 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
939 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
943 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
946 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
950 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
953 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
957 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h867 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability()
875 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc()
883 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp697 if (Attributes & ObjCPropertyAttribute::kind_nullability) in CreatePropertyDecl()
698 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in CreatePropertyDecl()
H A DSemaCodeComplete.cpp6864 ObjCPropertyAttribute::kind_nullability)) { in CodeCompleteObjCPropertyFlags()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1555 ObjCPropertyAttribute::kind_nullability) { in VisitObjCPropertyDecl()
H A DJSONNodeDumper.cpp1039 Attrs & ObjCPropertyAttribute::kind_nullability); in VisitObjCPropertyDecl()