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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  843   DInfo.ObjCPropDeclInfo.declInfo = &DInfo;
  847     DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
  849     DInfo.ObjCPropDeclInfo.getter = nullptr;
  853     DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
  855     DInfo.ObjCPropDeclInfo.setter = nullptr;
tools/clang/tools/libclang/Indexing.cpp
  792     return &PropInfo->ObjCPropDeclInfo;