Home
last modified time | relevance | path

Searched refs:DQ_PR_nullability (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp759 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList()
941 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
945 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
948 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
952 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
955 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
959 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
962 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
966 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
/external/clang/include/clang/Sema/
DDeclSpec.h811 DQ_PR_nullability = 0x1000, enumerator
838 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullability()
845 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullabilityLoc()
852 (getPropertyAttributes() & DQ_PR_nullability)) && in setNullability()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp695 if (Attributes & ObjCDeclSpec::DQ_PR_nullability) in CreatePropertyDecl()
DSemaCodeComplete.cpp4956 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nullability)) { in CodeCompleteObjCPropertyFlags()