Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp773 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList()
954 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
958 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
961 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
965 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
968 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
972 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
975 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
979 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
/external/clang/include/clang/Sema/
DDeclSpec.h793 DQ_PR_nullability = 0x1000, enumerator
819 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullability()
826 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullabilityLoc()
833 (getPropertyAttributes() & DQ_PR_nullability)) && in setNullability()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp688 if (Attributes & ObjCDeclSpec::DQ_PR_nullability) in CreatePropertyDecl()
DSemaCodeComplete.cpp4936 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nullability)) { in CodeCompleteObjCPropertyFlags()