Searched defs:MappedRange (Results 1 – 3 of 3) sorted by relevance
88 struct MappedRange { struct100 inline bool Intersects(const MappedRange& range) const { in Intersects() argument106 inline bool Covers(const MappedRange& range) const { in Covers() argument113 inline bool Contains(const MappedRange& range) const { in Contains() argument124 // Returns an iterator to a MappedRange in |mappings_| that contains argument
93 struct MappedRange { struct113 typedef std::vector<MappedRange> Mapping; argument
401 SourceRange MappedRange = AU->mapRangeToPreamble(RegionOfInterest); in visitPreprocessedEntitiesInRegion() local