Home | History | Annotate | Download | only in libclang

Lines Matching defs:Container

699   ContainerInfo Container;
700 getContainerInfo(DC, Container);
707 &Container };
722 CXIdxClientContainer container) {
728 if (container)
729 ContainerMap[DC] = container;
732 // Allow changing the container of a previously seen DeclContext so we
734 if (container)
735 I->second = container;