Home
last modified time | relevance | path

Searched refs:setVFS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h68 void setVFS(llvm::StringSet<> &&VFS) { VFSMap = std::move(VFS); } in setVFS() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp322 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp186 PrebuiltModule.setVFS( in ReadHeaderSearchPaths()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2210 ExpansionContext &setVFS(vfs::FileSystem *X) {
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1300 ExpCtx.setVFS(&getVFS()); in loadConfigFiles()
7204 ECtx.setVFS(FS); in expandResponseFiles()