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

References

tools/clang/lib/Parse/ParseObjc.cpp
  878       DS.setPropertyAttributes(ObjCDeclSpec::DQ_PR_atomic);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 6087   if (!ObjCPropertyFlagConflicts(Attributes, ObjCDeclSpec::DQ_PR_atomic))
tools/clang/lib/Sema/SemaObjCProperty.cpp
  305   if (Attributes & ObjCDeclSpec::DQ_PR_atomic)
 2661   if ((Attributes & ObjCDeclSpec::DQ_PR_atomic) &&
 2665       Attributes &= ~ObjCDeclSpec::DQ_PR_atomic;