Searched refs:MappedName (Results 1 – 3 of 3) 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 …]
185 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const;
208 const char *MappedName = nullptr; member215 this->MappedName = nullptr; in reset()