Searched refs:MappedName (Results 1 – 3 of 3) sorted by relevance
289 SmallVectorImpl<char> &MappedName) const { in LookupFile()330 MappedName.clear(); in LookupFile()331 MappedName.append(Dest.begin(), Dest.end()); in LookupFile()332 Filename = StringRef(MappedName.begin(), MappedName.size()); in LookupFile()724 if (CacheLookup.MappedName) in LookupFile()725 Filename = CacheLookup.MappedName; in LookupFile()733 SmallString<64> MappedName; in LookupFile() local742 HasBeenMapped, MappedName); in LookupFile()744 CacheLookup.MappedName = in LookupFile()
204 const char *MappedName; member207 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {} in LookupFileCacheInfo()211 this->MappedName = nullptr; in reset()
178 SmallVectorImpl<char> &MappedName) const;