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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1039 bool IterateExternalFS; member in class:llvm::vfs::VFSFromYamlDirIterImpl
1064 bool IterateExternalFS, FileSystem &ExternalFS, std::error_code &EC);
1151 /*IterateExternalFS=*/shouldUseExternalFS(), *ExternalFS, EC));
2106 bool IterateExternalFS, FileSystem &ExternalFS, std::error_code &EC)
2108 IterateExternalFS(IterateExternalFS), ExternalFS(ExternalFS) {
2122 } else if (IterateExternalFS) {
2102 VFSFromYamlDirIterImpl( const Twine &_Path, RedirectingFileSystem::RedirectingDirectoryEntry::iterator Begin, RedirectingFileSystem::RedirectingDirectoryEntry::iterator End, bool IterateExternalFS, FileSystem &ExternalFS, std::error_code &EC) argument

Completed in 111 milliseconds