Searched refs:MappedName (Results 1 – 6 of 6) sorted by relevance
381 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const { in LookupFile()384 MappedName.clear(); in LookupFile()436 MappedName.append(Dest.begin(), Dest.end()); in LookupFile()437 Filename = StringRef(MappedName.begin(), MappedName.size()); in LookupFile()902 if (CacheLookup.MappedName) { in LookupFile()903 Filename = CacheLookup.MappedName; in LookupFile()914 SmallString<64> MappedName; in LookupFile() local924 IsInHeaderMap, MappedName); in LookupFile()925 if (!MappedName.empty()) { in LookupFile()927 CacheLookup.MappedName = in LookupFile()[all …]
283 SmallVectorImpl<char> &MappedName) const { in LookupFile()325 MappedName.clear(); in LookupFile()326 MappedName.append(Dest.begin(), Dest.end()); in LookupFile()327 Filename = StringRef(MappedName.begin(), MappedName.size()); in LookupFile()702 if (CacheLookup.MappedName) in LookupFile()703 Filename = CacheLookup.MappedName; in LookupFile()711 SmallString<64> MappedName; in LookupFile() local720 MappedName); in LookupFile()722 CacheLookup.MappedName = in LookupFile()
190 const char *MappedName; member193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {} in LookupFileCacheInfo()197 this->MappedName = nullptr; in reset()
185 SmallVectorImpl<char> &MappedName) const;
185 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const;
208 const char *MappedName = nullptr; member215 this->MappedName = nullptr; in reset()