Searched refs:MappedName (Results 1 – 3 of 3) sorted by relevance
282 SmallVectorImpl<char> &MappedName) const { in LookupFile()324 MappedName.clear(); in LookupFile()325 MappedName.append(Dest.begin(), Dest.end()); in LookupFile()326 Filename = StringRef(MappedName.begin(), MappedName.size()); in LookupFile()700 if (CacheLookup.MappedName) in LookupFile()701 Filename = CacheLookup.MappedName; in LookupFile()709 SmallString<64> MappedName; in LookupFile() local718 MappedName); in LookupFile()720 CacheLookup.MappedName = in LookupFile()
190 const char *MappedName; member193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {} in LookupFileCacheInfo()197 this->MappedName = nullptr; in reset()
181 SmallVectorImpl<char> &MappedName) const;