Home | History | Annotate | Download | only in libclang

Lines Matching defs:Container

329   /// and ObjC container.
874 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
875 return Container->IndexCtx->getClientContainerForDC(Container->DC);
882 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
883 Container->IndexCtx->addContainerInMap(Container->DC, client);