Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp459 const FileEntry &VFE = VF.getFileEntry(); in getBypassFile() local
464 BFE.Dir = VFE.Dir; in getBypassFile()
600 for (const auto &VFE : VirtualFileEntries) in GetUniqueIDMapping() local
601 UIDToFiles[VFE->getUID()] = VFE.get(); in GetUniqueIDMapping()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h267 llvm::Optional<FileEntryRef> getBypassFile(FileEntryRef VFE);