Searched defs:VFS (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Driver/
H A DDriver.cpp525 SmallString<128> VFS; local
529 VFS = llvm::sys::path::filename(Script + ".cache");
530 llvm::sys::path::append(VFS, "vfs", "vfs.yaml");
553 if (!VFS.empty()) {
554 // Add the VFS overlay to the reproduction script.
556 Cmd.insert(I, std::string(" -ivfsoverlay ") + VFS.c_str());
/external/clang/lib/Frontend/
H A DASTUnit.cpp687 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); local
688 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
1084 IntrusiveRefCntPtr<vfs::FileSystem> VFS = local
1086 if (!VFS) {
1090 FileMgr = new FileManager(FileSystemOpts, VFS);
1581 IntrusiveRefCntPtr<vfs::FileSystem> VFS = local
1583 if (!VFS)
1587 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS));
1742 IntrusiveRefCntPtr<vfs::FileSystem> VFS = local
1744 if (!VFS)
1935 IntrusiveRefCntPtr<vfs::FileSystem> VFS = local
2007 IntrusiveRefCntPtr<vfs::FileSystem> VFS = local
[all...]

Completed in 58 milliseconds