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

References

tools/clang/tools/libclang/CIndex.cpp
 8105   SET_CXOBJCPROP_ATTR(readonly);
 8106   SET_CXOBJCPROP_ATTR(getter);
 8107   SET_CXOBJCPROP_ATTR(assign);
 8108   SET_CXOBJCPROP_ATTR(readwrite);
 8109   SET_CXOBJCPROP_ATTR(retain);
 8110   SET_CXOBJCPROP_ATTR(copy);
 8111   SET_CXOBJCPROP_ATTR(nonatomic);
 8112   SET_CXOBJCPROP_ATTR(setter);
 8113   SET_CXOBJCPROP_ATTR(atomic);
 8114   SET_CXOBJCPROP_ATTR(weak);
 8115   SET_CXOBJCPROP_ATTR(strong);
 8116   SET_CXOBJCPROP_ATTR(unsafe_unretained);
 8117   SET_CXOBJCPROP_ATTR(class);
 8120   return Result;