Home
last modified time | relevance | path

Searched refs:MappedName (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp289 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() local
742 HasBeenMapped, MappedName); in LookupFile()
744 CacheLookup.MappedName = in LookupFile()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearch.h204 const char *MappedName; member
207 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {} in LookupFileCacheInfo()
211 this->MappedName = nullptr; in reset()
HDDirectoryLookup.h178 SmallVectorImpl<char> &MappedName) const;