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

References

tools/clang/lib/Parse/ParseObjc.cpp
  876       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_nonatomic);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6085   if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_nonatomic))
tools/clang/lib/Sema/SemaObjCProperty.cpp
  303   if (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)
  686   if (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)
 2662       (Attributes & ObjCDeclSpec::DQ_PR_nonatomic)) {