Home
last modified time | relevance | path

Searched refs:UniqueRealDirs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h60 llvm::DenseMap<llvm::sys::fs::UniqueID, DirectoryEntry *> UniqueRealDirs; variable
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp175 DirectoryEntry *&UDE = UniqueRealDirs[Status.getUniqueID()]; in getDirectoryRef()
694 << UniqueRealDirs.size() << " real dirs found.\n"; in PrintStats()