Searched refs:UFE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp269 FileEntry &UFE = UniqueRealFiles[Status.getUniqueID()]; local
271 NamedFileEnt->second = &UFE;
277 *SeenFileEntries.insert({Status.getName(), &UFE}).first;
278 assert((*NewNamedFileEnt.second).get<FileEntry *>() == &UFE &&
291 if (UFE.isValid()) { // Already have an entry with this inode, return it.
299 if (DirInfo != UFE.Dir && Status.IsVFSMapped)
300 UFE.Dir = DirInfo;
309 UFE.Name = InterndFileName;
311 return FileEntryRef(InterndFileName, UFE);
315 UFE
355 FileEntry *UFE = nullptr; local
449 fillRealPathName(FileEntry *UFE, llvm::StringRef FileName) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h248 void fillRealPathName(FileEntry *UFE, llvm::StringRef FileName);

Completed in 163 milliseconds