Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjCCommon.h38 kind_nullability = 0x1000, enumerator
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp744 ObjCPropertyAttribute::kind_nullability) in ParseObjCInterfaceDeclList()
927 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
931 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
934 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
938 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
941 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
945 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
948 if (DS.getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability) in ParseObjCPropertyAttribute()
952 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in ParseObjCPropertyAttribute()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h867 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullability()
875 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in getNullabilityLoc()
883 (getPropertyAttributes() & ObjCPropertyAttribute::kind_nullability)) && in setNullability()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp704 if (Attributes & ObjCPropertyAttribute::kind_nullability) in CreatePropertyDecl()
705 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_nullability); in CreatePropertyDecl()
DSemaCodeComplete.cpp6702 ObjCPropertyAttribute::kind_nullability)) { in CodeCompleteObjCPropertyFlags()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1521 ObjCPropertyAttribute::kind_nullability) { in VisitObjCPropertyDecl()
DJSONNodeDumper.cpp1038 Attrs & ObjCPropertyAttribute::kind_nullability); in VisitObjCPropertyDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7734 if (property_attributes & ObjCPropertyAttribute::kind_nullability) in AddObjCClassProperty()
7736 ObjCPropertyAttribute::kind_nullability); in AddObjCClassProperty()