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

  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 206 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem(
207 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
210 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
223 return runToolOnCodeWithArgs(std::move(ToolAction), Code, OverlayFileSystem,
413 OverlayFileSystem(new llvm::vfs::OverlayFileSystem(std::move(BaseFS))),
416 : new FileManager(FileSystemOptions(), OverlayFileSystem)) {
417 OverlayFileSystem->pushOverlay(InMemoryFileSystem);
422 Files->setVirtualFileSystem(OverlayFileSystem);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 109 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem());
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
Tooling.h 371 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 386 // OverlayFileSystem implementation
389 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) {
393 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) {
400 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) {
411 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) {
422 OverlayFileSystem::getCurrentWorkingDirectory() const {
428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) {
435 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) {
443 OverlayFileSystem::getRealPath(const Twine &Path
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 65 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> Overlay(
66 new llvm::vfs::OverlayFileSystem(VFS));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 317 /// one file system, the \p OverlayFileSystem contains a directory containing
322 class OverlayFileSystem : public FileSystem {
330 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);

Completed in 29 milliseconds