Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp734 if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCInterfaceDeclList()
916 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
920 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
923 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
927 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
930 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
934 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
937 if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability) in ParseObjCPropertyAttribute()
941 DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability); in ParseObjCPropertyAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h824 DQ_PR_nullability = 0x1000, enumerator
853 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullability()
860 (getPropertyAttributes() & DQ_PR_nullability)) && in getNullabilityLoc()
867 (getPropertyAttributes() & DQ_PR_nullability)) && in setNullability()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp703 if (Attributes & ObjCDeclSpec::DQ_PR_nullability) in CreatePropertyDecl()
H A DSemaCodeComplete.cpp5726 if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nullability)) { in CodeCompleteObjCPropertyFlags()