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

References

tools/clang/lib/Parse/ParseObjc.cpp
  862       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_readonly);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6039   if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
 6070   if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_readonly))
tools/clang/lib/Sema/SemaObjCProperty.cpp
  194                       !(Attributes & ObjCDeclSpec::DQ_PR_readonly));
  283   if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
  655   if (Attributes & ObjCDeclSpec::DQ_PR_readonly)
 2546   if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
 2671     if (Attributes & ObjCDeclSpec::DQ_PR_readonly) {
 2705       &&!(Attributes & ObjCDeclSpec::DQ_PR_readonly)
 2710            !(Attributes & ObjCDeclSpec::DQ_PR_readonly) &&
 2715   if ((Attributes & ObjCDeclSpec::DQ_PR_readonly) &&