Searched refs:MappedName (Results 1 – 3 of 3) sorted by relevance
271 SmallVectorImpl<char> &MappedName) const { in LookupFile()312 MappedName.clear(); in LookupFile()313 MappedName.append(Dest.begin(), Dest.end()); in LookupFile()314 Filename = StringRef(MappedName.begin(), MappedName.size()); in LookupFile()706 if (CacheLookup.MappedName) in LookupFile()707 Filename = CacheLookup.MappedName; in LookupFile()715 SmallString<64> MappedName; in LookupFile() local724 HasBeenMapped, MappedName); in LookupFile()726 CacheLookup.MappedName = in LookupFile()
202 const char *MappedName; member205 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {} in LookupFileCacheInfo()209 this->MappedName = nullptr; in reset()
178 SmallVectorImpl<char> &MappedName) const;