reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
73 TreeTy* Root; 80 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { 102 typename TreeTy::Factory F; 118 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D)); 123 TreeTy *T = F.remove(Old.Root,K); 127 typename TreeTy::Factory *getTreeFactory() const { 144 TreeTy *getRoot() const { 149 TreeTy *getRootWithoutRetain() const { return Root; } 213 explicit iterator(TreeTy *Tree) : iterator::ImutAVLValueIterator(Tree) {} 225 TreeTy* T = Root->find(K);include/llvm/ADT/ImmutableSet.h
818 ImutAVLValueIterator<T>, typename T::TreeTy::iterator, 820 typename T::TreeTy::iterator>::iterator_category, 823 explicit ImutAVLValueIterator(typename T::TreeTy *Tree)tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
174 const RegionBindings::TreeTy *T, 175 RegionBindings::TreeTy::Factory *F,