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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  758   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  760     CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
  761     CatDInfo.ObjCCatDeclInfo.classCursor =
  764     CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
  765     CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
  767   CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
  769   CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
  788   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  790     CatDInfo.ObjCCatDeclInfo.objcClass = &ClassEntity;
  791     CatDInfo.ObjCCatDeclInfo.classCursor =
  794     CatDInfo.ObjCCatDeclInfo.objcClass = nullptr;
  795     CatDInfo.ObjCCatDeclInfo.classCursor = clang_getNullCursor();
  797   CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
  798   CatDInfo.ObjCCatDeclInfo.protocols = nullptr;
tools/clang/tools/libclang/Indexing.cpp
  759     return &CatInfo->ObjCCatDeclInfo;
  780     return CatInfo->ObjCCatDeclInfo.protocols;