HomeSort by: relevance | last modified time | path
    Searched refs:RealFS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningWorker.h 71 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 157 RealFS = llvm::vfs::createPhysicalFileSystem();
163 Service.getSharedCache(), RealFS, PPSkipMappings.get());
165 Files = new FileManager(FileSystemOptions(), RealFS);
186 RealFS->setCurrentWorkingDirectory(WorkingDirectory);
191 tooling::ClangTool Tool(CDB, Input, PCHContainerOps, RealFS, Files);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 821 IntrusiveRefCntPtr<llvm::vfs::FileSystem> RealFS =
824 if (VFS == RealFS || VFS->exists(PCHPath))
826 auto Buf = RealFS->getBufferForFile(PCHPath);
828 // We can't read the file even from RealFS, this is clearly an error,

Completed in 20 milliseconds