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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  697   InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
  698   InterInfo.ObjCInterDeclInfo.superInfo = D->getSuperClass() ? &BaseClass
  700   InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
tools/clang/tools/libclang/Indexing.cpp
  746     return &InterInfo->ObjCInterDeclInfo;
  773     return InterInfo->ObjCInterDeclInfo.protocols;