HomeSort by relevance Sort by last modified time
    Searched defs:VFS (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Driver.cpp 525 SmallString<128> VFS;
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());
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 687 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem();
688 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
    [all...]

Completed in 160 milliseconds