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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  604   ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
  697   InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
  758   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
  788   CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
tools/clang/tools/libclang/CXIndexDataConsumer.h
  135       ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef;
  137       ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation;
  139       ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface;
tools/clang/tools/libclang/Indexing.cpp
  733     return &ContInfo->ObjCContDeclInfo;