reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
  863             (getPropertyAttributes() & DQ_PR_nullability)) &&
  870             (getPropertyAttributes() & DQ_PR_nullability)) &&
  877             (getPropertyAttributes() & DQ_PR_nullability)) &&
tools/clang/lib/Parse/ParseObjc.cpp
  743         if (OCDS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability)
  925       if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability)
  929       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability);
  932       if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability)
  936       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability);
  939       if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability)
  943       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability);
  946       if (DS.getPropertyAttributes() & ObjCDeclSpec::DQ_PR_nullability)
  950       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nullability);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6111   if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nullability)) {
tools/clang/lib/Sema/SemaObjCProperty.cpp
  702   if (Attributes & ObjCDeclSpec::DQ_PR_nullability)