Searched defs:ContinuousRangeMap (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DModule.cpp63 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) {
67 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType;
62 dumpLocalRemap(StringRef Name, const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) argument
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h1 //===--- ContinuousRangeMap.h - Map with int range as key -------*- C++ -*-===//
10 // This file defines the ContinuousRangeMap class, which is a highly
36 class ContinuousRangeMap { class in namespace:clang
101 return const_cast<ContinuousRangeMap*>(this)->find(K);
110 ContinuousRangeMap &Self;
116 explicit Builder(ContinuousRangeMap &Self) : Self(Self) { }

Completed in 81 milliseconds