reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
328 ImmutableMapRef add(key_type_ref K, data_type_ref D) const { 333 ImmutableMapRef remove(key_type_ref K) const { 338 bool contains(key_type_ref K) const { 376 key_type_ref getKey() const { return (*this)->first; } 383 data_type *lookup(key_type_ref K) const {tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
186 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { 191 RegionBindingsRef remove(key_type_ref K) const {