Home | History | Annotate | Download | only in libclang

Lines Matching defs:Container

329   /// and ObjC container.
925 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
926 return Container->IndexCtx->getClientContainerForDC(Container->DC);
933 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
934 Container->IndexCtx->addContainerInMap(Container->DC, client);