Home | History | Annotate | Download | only in libclang

Lines Matching full:containermap

726   ContainerMapTy::iterator I = ContainerMap.find(DC);
727 if (I == ContainerMap.end()) {
729 ContainerMap[DC] = container;
737 ContainerMap.erase(I);
856 ContainerMapTy::const_iterator I = ContainerMap.find(DC);
857 if (I == ContainerMap.end())